This Week's Trending
This Month's Trending
This Year's Trending
Last Three Year's Trending
Hey everyone,
If I want to stream data from a file, it’s mega easy:
File.stream!("/path/to/file")
|> Stream.map(...)
|> Stream.fi...
New
Trending Over Three Years
Hello,
I have a text file which has lines with new line separation “\n”
I need to stream this file by lines so I can apply my own funct...
New
Hello all,
I got a lot of functions like these in a hobby project of mine:
@spec optional_alphanum(pos_integer) :: %StreamData{}
de...
New
I am having a hard time coming up with negative tests. I believe it can be done with filters, but I haven’t been able to come up good wor...
New
I am trying to generate strings which pass a rule, e.g.
1 < length(string) < 10
So I am using,
StreamData.string( … ) |> Stre...
New
I would like to take a file and post it to my endpoint and then immediately stream it to another endpoint without writing that file to di...
New
I am generating a list of atoms which looks like this,
[:c, :u, :d]
|> StreamData.one_of()
|> StreamData.list_of()
…
A little mo...
New
Hi!, how do i generate a list contains only 2 strings with varied length ie [“foo”, “baaar”]?
I tried:
# returns ["QrGgkWA7o1", "NbWbCl...
New
Hello, I’m currently struggling with the following problem:
"(1609089402.655258) vcan0 136#000200000000002A\n(1609089402.655456) vcan0 1...
New
Hello together,
I’ve currently the following use case:
I need to enable configurable filtering for stream data (e.g. filter out/change ...
New
Hello.
I would like to generate a valid tri-tuple date with StreamData. After some digging and experimentation I arrived at this working...
New
The current situation
I have a Raspberry Pi that is connected to a IoT device running on Elixir. Right now I’m able to record the data fr...
New
Hi all, generating a property test and want to make sure that map_a and map_b are not equal, if they are then just pass :ok, and if not t...
New
Hi all, I am running property tests and was wondering how to set the size of the data generated. For example in JS you can do this :
des...
New
Hi, so I have a property test where I am using a custom generator to generate nested Json objects. When my second test runs for larger ob...
New
Latest on Elixir Forum
Get money off!
The Pragmatic Bookshelf
35% off any eBook
Manning Publications
45% off any item
ElixirCasts
10% off for life
The Pragmatic Studio
20% off any course
AppSignal
10% off for 12 months
Honeybadger
10% off for 12 months
Simply use coupon code "devtalk.com" or "elixirforum" at checkout!
Filter by Type:
Sub Categories:
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #exunit
- #elixirconf
- #discussion
- #javascript
- #podcasts
- #code-sync
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #api
- #processes
- #forms
- #metaprogramming
- #security
- #performance
- #hex







