Vahid Fazlollahzade
Vahid Fazlollahzade
I'm writing a NIF to expose some Rust library to Elixir world. Rustler is awesome, I can tell. I'm just beginning Rust, and I've been able to expose what I...
I'm trying to compile like this: ``` PHP_WITHOUT_PDO_PGSQL=yes asdf install php 7.4.23 ``` I'm also having the same issue as [this](https://github.com/asdf-community/asdf-php/issues/88), but I'm ignoring it for now. I don't need...
I use a timeout of 500ms for a call to an external service. Sometimes the request times out and that's fine, but then my GenServer recieves a message of the...
I see a lot of `retry_later` errors in production. Searching a bit, I found that I need to set maximum number of sessions and pipeline size (right?). How can I...
### Environment * Elixir version (elixir -v): 1.13.1 and 1.13.4 * Phoenix version (mix deps): 1.6.12 * Phoenix LiveView version (mix deps): 0.17.11 * Operating system: Mac OS Monterey 12.5.1...
I think it’s good (as an option) to keep the shortcut numbers consistent. The way I see it, this extension looks only at visible elements and assigns shortcuts to them....
When an exception is thrown in worker, only the message and code of exception is logged. A stacktrace is logged, but it is the stacktrace of Process and its state,...