Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
78 views

In my project I'm compiling templates into functions with EEx.function_from_file. The process is automated with the __using__ macro, the name of the function is the basename of the file while the name ...
mszmurlo's user avatar
  • 1,349
1 vote
1 answer
117 views

I'm developing an LSP for the Elixir language. The way it works at a high level is that it spawns a VM to build the user project, and I need to find the user's elixir executable to ensure the VM that ...
i Dorgan's user avatar
0 votes
2 answers
92 views

Hi I have a elixir code which defmodule Test do def testScope do biolink = %{} biolink = biolink |> Map.put("slug","qweqw") IO.inspect(biolink) if true do ...
amar's user avatar
  • 4,344
1 vote
0 answers
69 views

I'm doing the basic getting started tutorial at the Elixir Phoenix website: https://hexdocs.pm/phoenix/request_lifecycle.html I followed the instructions for creating a basic page via: route ...
Indeche Ojukwu's user avatar
1 vote
1 answer
123 views

I'm working on my first Elixir / Phoenix project, having spent my last decade in Rails, and I find myself missing something I'm to having easy access to. Rails has a CurrentAttributes class, which ...
Chowlett's user avatar
  • 47k
0 votes
3 answers
157 views

I'm looking for a general algorithm or approach to solving this type of problem (a name or some keywords, I don't know what to Google for). I have a list of options. All of them are valid, but some ...
Lukas Knuth's user avatar
  • 25.8k
0 votes
0 answers
92 views

I'm still learning Phoenix LiveView and trying to make a simple paginated list of teams using stream/3. The first page loads and shows fine, but when I click a "load more" button to add more ...
Miles Knaebe's user avatar
2 votes
1 answer
237 views

I am currently playing around with Neovim and ElixirLS. I have two very similar Phoenix projects, but the ElixirLS integration only works for one of them and I can't figure out what is the reason, ...
Jan's user avatar
  • 85
2 votes
0 answers
41 views

Please tell me how to connect using a proxy user, and is such a connection supported? For example, user like “proxy_user[actual_user]” ConnOpts = [ {host, Host}, {port, Port}, {user, “proxy_user[...
Aleksey Samotokin's user avatar
0 votes
0 answers
50 views

I have an image of text, created this way: image_of_text = Image.Text.simple_text!( "This is some text with an [icon] surrounded by square brackets", [ width: 500, height: 100, font_size:...
Cody Jennings's user avatar
3 votes
0 answers
173 views

Can't figure out how to resolve this problem, I tried everything, but ii does not work} iex(2)> HTTPoison.get("google.com") {:error, %HTTPoison.Error{reason: :nxdomain, id: nil}} Even ...
ale.'s user avatar
  • 31
0 votes
1 answer
64 views

When I run mix test, the supervision tree declared in Application.ex attempts to start, which in turn attempts to start AMQP connections, but because the AMQP broker is unavailable in the test ...
Stephan Meijer's user avatar
0 votes
0 answers
45 views

I am trying to integrate monitor video.js in my Phoenix app. https://www.mux.com/docs/guides/monitor-video-js#2-initialize-mux-data I followed the mux docs from the above link. I did set up all things ...
bala15's user avatar
  • 31
-1 votes
2 answers
86 views

Title How to Integrate Phoenix LiveView with DataTables.js Without DOM Conflicts? Versions Phoenix: 1.5.7 LiveView: 0.15.7 DataTables.js: 1.11.4 Problem I’m using Phoenix LiveView to render a ...
Thomas's user avatar
  • 3,042
0 votes
1 answer
35 views

I am using pow package for auth. I am trying to logged in user after confirms email instead of redirecting login page. This is controller callback method def before_respond(PowEmailConfirmation....
Aashish Chakravarty's user avatar

15 30 50 per page
1
2 3 4 5
643