Latest #pipe-operator Threads 
How do you all enter the pipe operator |> on your keyboard? I keep having troubles with it :frowning:
New
Hi everyone,
I’ve been working predominantly with R for most of my projects, and I’ve grown quite accustomed to using Shift+Command+M to...
New
Provides OK-piping (similar to libraries like ok) and adds the ability to pipe into any argument position (similar to magritte) of the fo...
New
I’m encountering a strange issue when using Enum.filter/2 in my Elixir script. The problem occurs when I filter a list with a condition t...
New
I just ran into this unexpected behavior. I had a short function that is piping its result into other functions. When I converted the sho...
New
Hello,
I keep using a paradigme using a homemade function to make my life easier when piping.
I wonder if there is a better way to achi...
New
def eta() do
result = @dday
|> Timex.diff(NaiveDateTime.utc_now(), :duration)
|> Timex.format_duration(:humaniz...
New
I am learning Elixir and I wonder why I can’t use anon function in a pipe but must use the then macro
For example this works
“Hello” |&...
New
Is there any way to leverage the pipe operator to access properties of an object after a sequence of operations?
I’m trying to do a sequ...
New
For a functor, map(map(functor, fun), fun2) equal as map(functor, fun2*fun).
In Elixir, I think Enum module is a functor, but |> did ...
New
This Week's Trending
This Month's Trending
This Year's Trending
Last Three Year's Trending
How do you all enter the pipe operator |> on your keyboard? I keep having troubles with it :frowning:
New
Provides OK-piping (similar to libraries like ok) and adds the ability to pipe into any argument position (similar to magritte) of the fo...
New
I just ran into this unexpected behavior. I had a short function that is piping its result into other functions. When I converted the sho...
New
Hi everyone,
I’ve been working predominantly with R for most of my projects, and I’ve grown quite accustomed to using Shift+Command+M to...
New
I’m encountering a strange issue when using Enum.filter/2 in my Elixir script. The problem occurs when I filter a list with a condition t...
New
Trending Over Three Years
Just a little information upfront. Generally speaking, if I feel like I need to either break a pipe chain or use an anonymous function in...
New
my original syntax :
result =
Enum.map(
from(Repo, where: ^whitelisted_params)
|> where([schema], like(schema.nama, ^"#{nam...
New
So I have looked for this topic and found similar ones but not actually this one. Forgive me if I missed it.
While I really love Elixirs...
New
Hello,
I keep using a paradigme using a homemade function to make my life easier when piping.
I wonder if there is a better way to achi...
New
EDIT: CapturePipe has been released as a library!
Please give it a go and let us know if you find any mistakes.
Hi everyone!
Yesterda...
New
Simple and clean library that is inspired by discussion in Elixir’s issue tracker and uses operator suggested by @josevalim (however it m...
New
I wanted to share this code for a problem that regularly comes up and that I usually solve with multi-headed functions or with clauses. T...
New
I have structs Company, Employee and a list of struct values employees. Struct Employee contains 2 fields - hours and bill.
I need to kn...
New
Is there any way to leverage the pipe operator to access properties of an object after a sequence of operations?
I’m trying to do a sequ...
New
I need to convert in place in a map some values only of they exist. The key can be either binary or atom.
Is there a more Elixir way to ...
New
For a functor, map(map(functor, fun), fun2) equal as map(functor, fun2*fun).
In Elixir, I think Enum module is a functor, but |> did ...
New
Hi all, first post here (also a newbie in elixir/FP).
So, I have next pipe code which works but also looks funny:
case {status_code, bo...
New
This is basically the same question I’ve asked before, I’m just wondering if anything has changed since I last asked, or if there’s any o...
New
I am learning Elixir and I wonder why I can’t use anon function in a pipe but must use the then macro
For example this works
“Hello” |&...
New
Inspired by this topic I thought it might be interesting to talk about what pipelines we have encountered in the wild:
Whenever you com...
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:
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







