-
It took me a while to figure out why after adding `use Ecto.Schema` the server doesn't suggest `schema`. It turns out I've got a different elixir version installed on my machine.
I peeked into the…
-
### Environment
* Elixir version (`elixir -v`): 1.16.3 OTP 26.2.5
* Additional information about your host, target hardware or environment that
may help
I am running the steps in the example p…
-
It would be good to identify some examples we can use both on the homepage and the "why elixir?" page to help highlight the features and beauty of the language.
-
Hello!
I am trying to get this to work with Elixir releases and I am getting an error when running it. I am not sure if there are additional things I need to configure/include for it to work or not…
-
I updated elixir to version 1.11.4, and since then I have the following error:
> ** (ArgumentError) argument error
:erlang.split_binary('250-PR0P264CA0221.outlook.office365.com Hello [37.157.224…
-
I've noticed that `bench` was a total separate Elixir project within `fast_rss`. Is there a reason why it was implemented that way?
Is it possible to move benchmark Elixir project within `bench` fo…
-
is it possible to include an Elixir example in the documentation for "Authenticate with a backend server" section "Using a Google API Client Library" in the following link
or an example in Github…
-
There are parts of codes that would benefit from more Elixir style coding. This issue will serve as a ground for future PRs and commits for improving codebase quality
-
**Describe the bug**
Long running SFTP transfers using `:ssh_sftp.read/4` seem to consistently fail at some point. Failure comes in the form of `:ssh_sftp.read/4` getting stuck as a result of an `:i…
-
warning: the Behaviour module is deprecated. Instead of using this module, use the @callback and @macrocallback module attributes. See the documentation for Module for more information on these attrib…