viplifes
viplifes
Erlang/OTP 20 Eshell V9.3 msgpack-erlang version 0.7.0 If you encode data with old spec msgpack:pack(List, [{spec, old}]). Then write the data in Redis and apply to the data cmsgpack.unpack and...
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. -...
Is it possible to allow use uuid with --unique-name? 36 characters and minus sign "-". RFC952 allows the use of these characters. https://www.rfc-editor.org/rfc/rfc952 ``` zrok reserve public http://localhost:8080 --unique-name e96f9c92-bf59-4090-b6a0-d4df0c7e24c7...
**Describe the bug** Erlang httpc client under high loads can sometimes work with an error socket_closed_remotely. I made an example to reproduce this error in docker compose. In example, you...