Dairon M.
Dairon M.
Currently eflambe fails to compile on older Erlang/OTP versions, i've personally tested in 18 and 19. I've identified the usage of the new logger and new `gen_server` callbacks like `handle_continue`...
## Proposed Changes Fixes #1705 Proof of concept to quick-start the discussion. **Pros:** * We will have a consistent and modern code style **Cons:** * `git blame` could be confusing...
The example here https://github.com/devonestes/fast-elixir/blob/master/code/general/string_split_large_strings.exs#L21 uses Erlang's string module but this is not a fair comparison since Elixir strings are binaries. Maybe this should have a test with https://www.erlang.org/doc/man/binary.html#split-3: ```erlang binary:split(Str,...
Seems like this package is not handling daylight savings time correctly when a timezone is set as a field, for example, both Django and Celery are running in DST but...
Will be nice to have plural support, actually everything says `IS NOW ILEGAL` , if you can make it detect plural words and replace the IS for ARE like "DOUBLE...
Add optional support for tracing using OpenTelemetry. Ideally, it would have attributes for query timing and SQL statements executed.
I was able to run **videomorph** on macOS Mojave with a few tweaks to the code, still very hacky but can contribute a PR with the changes needed to support...
MongoDB 6.0 removes support for the following legacy opcodes and database commands: * [OP_INSERT](https://www.mongodb.com/docs/v6.0/legacy-opcodes/#std-label-wire-op-insert) * [OP_DELETE](https://www.mongodb.com/docs/v6.0/legacy-opcodes/#std-label-wire-op-delete) * [OP_UPDATE](https://www.mongodb.com/docs/v6.0/legacy-opcodes/#std-label-wire-op-update) * [OP_KILL_CURSORS](https://www.mongodb.com/docs/v6.0/legacy-opcodes/#std-label-wire-op-kill-cursors) * [OP_GET_MORE](https://www.mongodb.com/docs/v6.0/legacy-opcodes/#std-label-wire-op-get-more) * [OP_QUERY](https://www.mongodb.com/docs/v6.0/legacy-opcodes/#std-label-wire-op-query) * getLastError MongoDB will close the...
**Is your feature request related to a problem? Please describe.** I have been adding Erlang support for the Zed editor (https://zed.dev) at https://github.com/zed-industries/zed/pull/7093. Everything works perfect and loving the experience....
## Proposed Changes Please describe the big picture of your changes here to communicate to the VerneMQ team why we should accept this pull request. If it fixes a bug...