-
Great project! I was checking what data is collected per request and the `RequestLog` currently holds the `remote_ip` as well. Storing IPs is not forbidden under GDPR but requires a reason and mention…
-
we use this library at my work (indeed 2 of my coworkers are maintainers), it'd be nice if stripe-erlang had feature parity with other stripe api implementations.
https://github.com/Crowdtilt/WebSer…
-
I somehow got myself into a situation where an installation was listed in `~/.asdf/plugins/erlang/kerl-home/otp-installations` but was not actually installed. I couldn't tell you how I got it that wa…
-
Hello there!
I just discovered your plugin a few days back - it looks super promising. I really appreciate all the work that has already been put into this.
**Describe the bug**
When starting…
-
The current decode_value_bin converts UUIDs to their hex representation: in addition to not being a very efficient implementation of the conversion process (io:format and then list_to_binary), both of…
-
The code for this is mostly there on the JS side (in `index.js` and `worker.js`). We just need to add the compiled Erlang stdlib to the bundle like we do with the JS stdlib in order to get compilation…
-
The current version of mod_event_erlang fails to work with erlang OTP25 and above. The distribution protocol changed from version 5 to version 6 . OTP 23 to OTP 24 were the only ones that supported ba…
-
Currently, Erlang (specifically ODBC) is failing to build for me on arch linux with errors about undefined references to `ei_*`:
```
CC ../priv/bin/x86_64-pc-linux-gnu/odbcserver
/usr/bin/ld: ../p…
-
Regular maintenance task to keep up with OTP releases.
This time it looks like we at least need to take care of
- erlang-nat - relies on unsupported lhttpc library that is not OTP-25 compatible
-…
-
From #28:
> I've been looking [into building a CSS lexer and parser](https://andrealeopardi.com/posts/tokenizing-and-parsing-in-elixir-using-leex-and-yecc/), and checked [how Jason](https://github.…