David Robertsson
David Robertsson
Related to issue #305 Passes available tests and seems to spin nice locally on my machine Bumps kaffy version; I think this might be the right move, as it might...
As Phoenix 1.7.10 doesn't work just as is with Kaffy. More info found in issue #305 There is also a PR #306 that might fix 1.7.10 versions according to changelog...
==> poison Compiling 4 files (.ex) warning: use Bitwise is deprecated. import Bitwise instead lib/poison/parser.ex:65: Poison.Parser warning: use Bitwise is deprecated. import Bitwise instead lib/poison/encoder.ex:112: Poison.Encoder.BitString Invalid tag in make_internal_hash(0xC0,...
I have an external system setup with Web pushes in an Python environment with existing keys and endpoints. Started looking at the possibility to let an external application using existing...
warning: negative steps are not supported in String.slice/2, pass 1..-1//1 instead (elixir 1.16.0) lib/string.ex:2368: String.slice/2 The change is as I can understand and conclude from testing backwards compatible.
When running jailer with a system with multiple pools jailer is unable assume a default path for the jails. In that case we have the option to tell the command...
Problem as described in title. Running with the following; Erlang/OTP 26 [erts-14.2.1] Elixir (1.16.0) Problem fixed in PR #33
In the readme.md in step 2 under the installation instruction. It mentions the following ```bash $ mix web_push.gen.keypair ``` the `web_push.gen.keypair` option isnt available when running mix. Consulting the mix...
Running FreeBSD-13.3-Release p5. Erlang/OTP 26 [erts-14.2.5.2] [source] [64-bit] Interactive Elixir (1.16.0) Problem - during mix compile ```C c_src/decoder_nif.c:141:17: error: use of undeclared identifier 'CLOCK_MONOTONIC_RAW' 141 | clock_gettime(CLOCK_MONOTONIC_RAW, timestamp); ``` Reason;...
Fixes issue #36 Adapted gettime option and modified Makefile to handle FreeBSD uname