Jason Axelson
Jason Axelson
The current Livebook instructions say that if you're using asdf you need to run `asdf reshim elixir` after installing livebook as an escript: > Running Livebook using Escript makes for...
I'm running into an issue with compiling the https://github.com/beam-telemetry/telemetry/ library (the issue is filed at https://github.com/beam-telemetry/telemetry/issues/58). For the Original Poster the error was from a non-installed package from a debian...
This bit me in a project that I'm working on
`Dataloader.Ecto` currently throws an `UndefinedFunctionError` if you try to load a non-ecto struct. However, I believe that this is a scenario that `Dataloader.Ecto` should be able to handle because that...
If I try to define an individual hstore field as a primary key in a `has_many` association the generated SQL is just searching for `NULL` (Postgres). Is it possible to...
Say I have a `User` model with an hstore field called `settings` that contains a boolean called `notifications_enabled`. That allows me to do [34] pry(main)> User.last.notifications_enabled => true But if...
Here's an example of the warning: ``` ==> slack Compiling 10 files (.ex) warning: redefining @doc attribute previously set at line 88. Please remove the duplicate docs. If instead you...
My system has GCC 10 installed on it but I'm trying to install Erlang 21.x is there a way to specify which GCC to use? Otherwise I believe I need...
Is it possible to run a bakeware executable on a 32-bit linux system? Currently I get ``` reMarkable: ~/ ./demo -sh: ./demo: cannot execute binary file: Exec format error ```...
## Description The docs and spec were wrong about the return type of the function ## Types of changes - [ ] Bug fix (a non-breaking change which fixes an...