Benedikt Reinartz
Benedikt Reinartz
NIF version 2.17 (OTP 26) got new functions and extended existing functions around strings and atoms to support UTF8 encoded strings directly. As Rust `str` uses UTF8, this should allow...
It would be great if the API could (at least as an alternative) stick to "normal" functions, i.e. no vararg, no macros and no global variables. In particular, there should...
The functions to call provider hooks don't return the state. My use-case is my work on protocol consolidation in https://github.com/filmor/exerl/blob/main/src/exerl_prv_consolidate.erl. The process is essentially: - Discover all protocol implementations in...
Try to fix #2914
- [ ] Add test - [ ] Install atexit handler to clean up - [ ] Predictable extraction location? - [ ] Embed hash of the dynamic library? -...
Should fix #2469
This is crashing right now. - [ ] Investigate whether the generated type offsets are correct - [ ] Decide how to deal with the removed `Get`ter for the thread...
The most interesting one is the [Kernel Subshell](https://github.com/jupyter/enhancement-proposals/blob/master/kernel-subshells/kernel-subshells.md) feature.