This Week's Trending
This Month's Trending
This Year's Trending
I have a newly generated resource and affiliated LiveView components that are almost entirely “stock”, generated using Phoenix 1.7. What ...
New
I have a table that uses a hook along with streams.
<tbody id="filterable_data" phx-hook="FilterUpdateDataHook" phx-update="stream"&g...
New
Last Three Year's Trending
I’m currently updating the lists in my app to live streams and infinite scrolling as describe in liveview bindings documentation, and I w...
New
Does anyone know how to use index when using Phoenix Live View stream/4 ?
for example when I do this:
<%= for {index, f} <- Enum....
New
I have a liveview page and it is listing things. I want to sort those things using a database query. This works great unless I am listing...
New
Is there a fairly direct way to get from System.cmd a stream which when enumerated will return the command output line by line?
:into IO...
New
I have a table view of items that I am rendering using Streams in a Live Component. The component fetches the list of items and updates t...
New
When streaming input from a file of unknown size, formatted as a single line of comma-separated values, what’s the best way to operate on...
New
Hi everyone, hope y’all doing well, I am quite new to elixir and functional programming in general and I never really used Streams in ano...
New
When I stream_insert/4 into an existing stream on a live view, it causes the scroll position to change.
For example, in this simply live...
New
Is there a way when rendering items in LiveView streams to access the previous item in the stream?
To make this concrete, I’m rendering ...
New
Hello,
Is there an idiomatic way to write greedy streams in elixir?
Given this example:
1..1000
|> Stream.map(&computation_1/1)...
New
I am new to Elixir, learning it. I have a list of US Cities from this github link https://raw.githubusercontent.com/grammakov/USA-cities-...
New
Hi everyone.
In my system, I have two separated nodes which are connected to each other:
Node A have access to a database which has a ...
New
I’m trying to generate a stream of JSON from an Ecto stream to be sent out via send_chunked/2 and chunk/2.
It appears that all the JSON ...
New
Hi everyone!
I am running into a problem writing a test for resetting a stream in an event. I expect that resetting a stream would remov...
New
I’m building an integration/client lib for Supabase services in Elixir, but I’m having some difficulties when it comes to uploading and d...
New
Trending Over Three Years
Hello there!
I have a mix task which grabs some data from a remote API, collects it into a file (a biggish xml), then sucks it in as a ...
New
Background: I am writing a multiplayer mini-game with math puzzles. I need the puzzles to be random but reproducible given a seed. I deci...
New
Hello,
I have found lovely CSV library that I will be using to insert CSV files into postgres.
But there are some issues I am wondering...
New
Hey there,
I want to make my bucket closed, so people can’t get anything form it even with the links,
so I want to authenticate through...
New
Hi all!
Related to this article , what I want to do is to process a text file using Elixir Streams. Now, most of the time is useful to ...
New
I have the following code
Repo.transaction(fn -> Blog |> where(title: ^title) |> Repo.stream() |> Flow.from_enumerable() |&g...
New
I am using DataMorph to import some csv output into Elixir structs, and I want the output to go to a file I can read into an editor....
New
I am parsing DNS zone file (12 GB appx) in Elixir and it’s taking absurdly amount of time, I exited the process after 30+ mins or so and ...
New
Missing something when going through the Little Elixir book. Made my own function to grab a csv and make weather requests.
The result ...
New
Is it possible to stream a file from a URL ? ex: Amazon S3 ?
I tried to do:
stream= File.stream!(public_s3_file_path)
I got error, a...
New
Good afternoon!
I am working on a project where users have the possibility to export data from different Psql tables as CSV.
Inspired b...
New
Hello,
To handle the upload of really large files, the creation of the intermediate Plug.Upload file is too slow for me. In the Plug/Pho...
New
Like the title says, I want to pass a stream to two outputs.
I am looking for something like below:
function_which_returns_stream
|&...
New
I’m processing some large-ish datasets by streaming CSV input, and I was curious if this actually contributed to speed or if it was merel...
New
Hi there,
I’ve got the following function to read from a CSV file and insert the data into the address table of my database.
def proc...
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







