Paul Schoenfelder
Paul Schoenfelder
The importance of ETS in OTP cannot be overstated - it is critical to being even remotely compatible with Erlang and other BEAM languages. As a result, getting this implemented...
This issue is for discussing how we can expose the Wasm runtime to Erlang applications. The Wasm runtime is an extension of the core runtime with APIs which match the...
- [ ] Tooling to generate browser bundle (everything needed to run in the browser) from compiled WASM module - [x] Flesh out runtime support (via web-sys/js-sys)
Add a token, `{ASP.NET}` to the Default tokenizer, so that it can be used to parse and format datetime strings coming from or going to .NET services
This would permit expressing intervals like "the third Sunday of every month"
These two are common use cases for formatting dates/times, so I'd like to add them as part of Timex rather than relying on plugins for them. - [x] Relative time...
Based on my admittedly skin-deep understanding of how Loom works, I think Loom would benefit greatly from a more methodical approach to finding interesting traces to test. Specifically, I'm thinking...
This PR switches over to using the officially recommended rebar3 plugin for erlydtl, and simultaneously addresses an issue which prevents `edump` from compiling under Mix. Mix uses `rebar3 bare compile...
> [!IMPORTANT] > This is a large PR, with many changes interlinked. I have broken up the changes into many smaller pieces that introduce them piece-by-piece for review, but those...
This is the second, and most significant of the three issues I planned to open related to MAST. It is intended to build on the foundation laid by [#1217](https://reflect.app/g/bitwalker/tag/1217), and...