With newer versions of Elixir, the trusty [Timex-Library](https://hexdocs.pm/timex/Timex.html) is less and less needed, but there is no build-in soluti..
Tagged with elixir
The normal way of putting a single change in a `change` function does not work here, because modifying a column like this cannot be done by Ecto. So we..
## Elxir ```elixir "Hello #{name}" ``` ## TSQL >= 2012 ```sql SET @query = FORMATMESSAGE('SELECT %s FROM SOME_TABLE', @somevariable); ``` ## Visual..
When developing Elixir in VSCode with the ElixirLS extension, there is an issue where your elixir installation does not get detected. This happens when..
GitHub - lexmag/elixir-style-guide: An opinionated Elixir style guide..
> > I’m using tesla as my http client and I’m getting this when I send a http request. > > This means you are using Tesla’s default HTTP client and you..
Two-Factor Authentication in Elixir and Phoenix..
Express ActivityPub Server..