Elixir is an open-source, dynamic, compiled, general purpose functional programming language.
Is there a way to broadcast a message to a channel from outside that channel? Maybe something like Channel.broadcast …
elixir channel phoenix-frameworkIn Elixir, is there a way to call a module function directly from the shell, without necessarily needing to start …
shell elixir elixir-iexI'm working on the crud part of a model, to which i've added image support to. Ideally i would like …
elixir phoenix-frameworkWhatever in iex> or using mix run -e "My.code" when I run the mix project using ecto, the …
debugging elixir ectoI want to get the current date-time stamp in Phoenix/Elixir without a third-party library. Or simply, I want something …
elixir phoenix-framework ectoCan you use a Regular Expression inside a case in Elixir? So something along the lines of this: case some_…
regex elixirI am going over the following tutorial in an attempt to get my head around elixir and phoenix: https://thoughtbot.…
elixir phoenix-framework ectoI have the following two functions and I am receiving this dialyzer warning on them: "Type specification 'Elixir.MyModule':calculate(…
elixir dialyzerIn elixir 1.2 they've included the keyword "with", but it's not completely clear to me what it is for. How and …
elixirI am working on statistics page of my app and trying to query data by date. To get the date …
datetime elixir ecto