ngeraedts
ngeraedts
## Issue If the page to be visited is unreachable, the `valid/2` function does not raise an error, leading to some potentially misleading error messages down the code path. ##...
We have a parallel build process for some of our umbrella applications, and install hex into the build folder for each job. This works well when using esl-erlang and elixir...
I was trying to get esbuild installed in our Phoenix project, but ran into the following error: ``` > mix esbuild.install 19:39:04.401 [debug] Downloading esbuild from https://registry.npmjs.org/esbuild-linux-64/-/esbuild-linux-64-0.13.10.tgz 19:39:04.570 [info] TLS...
I believe this backend is leaking file descriptors after the backend has been removed. Our application starts a number of temporary GenServers that are started to handle on-demand data processing....
I've been encountering an issue where Briefly will not consistently cleanup files on process exit. It appears as though the Briefly application is exiting before it has a chance to...