support

1183 threads · Page 16 of 24

same push_event from mount works but from handle_event doesn't 8 messages
Relative aliasing in Elixir 10 messages
Beginner
Does the the Phoenix "simple_form" let me access data that the table belongs_to? 19 messages
Tailwind Plugins in Phoenix 1.7+ 3 messages
I am struggling of finding the solution for this 14 messages
Solution-focused
Run Oban jobs in not booted system [SOLVED] 6 messages
Backend
I am having trouble understanding how to create a foreign key relationship with Ecto 25 messages
How might I let a user select which third-party data to save, while ensuring it's authentic data? 7 messages
start_error when trying to run my distillery release with "console" 2 messages
[GenStage & Ecto] Any way to implement back pressure to multiple producers? 2 messages
How to refactor nested conditions 8 messages
How to serialize ecto Struct into json 5 messages
Ecto SOLVED Beginner Backend
Modern alternative to getting a full URL for your route? 7 messages
SOLVED Phoenix
Flags to speed up boot time? 2 messages
matching maps 16 messages
Beginner
Postgrex error when mix ecto.create in Windows 27 messages
ElixirLS not running in Windows/VSCode 21 messages
Beginner
How to import custom css and javascript in phoenix 27 messages
How to integrate Pow or Authentication to Liveview Routes (live routes) 3 messages
Beginner Backend Phoenix Frontend
Similarity Between Booleans (true, false) And Atoms (:true, :false) 9 messages
Beginner
`IO.inspect(get_connect_params(socket))` always `nil` - Phoenix Liveview `mount` 2 messages
Why am I getting an Opaqueness Type Mismatch warning from Dyalizer? 4 messages
Beginner
Solar2D (ex CoronaSDK) and Elixir websocket connection 4 messages
Bulk upserting from changesets in ecto 6 messages
Ecto
Near-real-time dashboard with Microsoft SQL backend 91 messages
Solution-focused Ecto Beginner Backend Frontend
What is the proper way to include an external non-elixir file into an Elixir project? 6 messages
Beginner
Elixir installation error - Windows 10 8 messages
SOLVED
how to play? 17 messages
How to use GenStateMachine in Elixir? 7 messages
Beginner
company-mode completion in Elixir buffers 62 messages
Beginner
Formatting elixir, especially docs 5 messages
Beginner
How to use get_in with structs 11 messages
Beginner
Visual Studio Code & asdf 8 messages
Beginner
Is the Slack Channel still maintained? 5 messages
How to write a server function for this 3 messages
Beginner
Mix Task @requirement app.start without Endpoint (erraddrinuse) 4 messages
Motivation behind passing Ecto struct into function instead of passing id 6 messages
Ecto SOLVED Backend Beginner
Add ecto to existing phoenix project? 4 messages
Ecto Solution-focused Phoenix
Modeling external service payloads 8 messages
SOLVED
SET TRANSACTION ISOLATION LEVEL must be called before any query 4 messages
Backend
could not compile dependency :bcrypt_elixir, "mix compile" failed 3 messages
VScode not seeing elixir. 5 messages
/usr/local/Cellar/asdf/0.10.2/libexec/bin/asdf: No such file or directory error 3 messages
Testing for a raised RuntimeError 9 messages
Phoenix
Testing a specific Phoenix context 2 messages
Beginner Backend Phoenix
how to integrate fzf with Elixir Script 18 messages
ueberauth/oauth2 - disable ssl verification 2 messages
Is it always bad for a process to block, even if it's in a separate task? 11 messages
How do I allow single line and multiline functions with the same name to exist next to eachother? 5 messages
Shorthand syntax for map matching/"destructuring" 5 messages
SOLVED Beginner