Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
104 views

I have few node microservices connected to single postgres db. I also have an elixir service for realtime message passing between BE and FE. I am now enhancing realtime service with some additional ...
Abhinav Kulshreshtha's user avatar
Advice
0 votes
1 replies
58 views

I am getting this when trying to test my Elixir application: $ mix test ** (Mix) the application :sweetsql has a different value set for key DBConnection during runtime compared to compile time. ...
mljrg's user avatar
  • 4,698
0 votes
1 answer
116 views

I have this way to compare user accounts, to help prevent duplicates. When I do the compare I pass in the two accounts, and the function returns 0 -> 1.0 where 1.0 is a perfect match. There is ...
dave atwork's user avatar
0 votes
1 answer
96 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
155 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
99 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,354
1 vote
0 answers
87 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
151 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
178 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
97 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
298 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
45 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
53 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
228 views

I can't figure out how to resolve this problem. I tried everything, but it 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
75 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

15 30 50 per page
1
2 3 4 5
643