ulzu
ulzu
> I do **not** recommend either wit or witx. Interface types have been completely deprecated for a new proposal, see here: https://github.com/WebAssembly/interface-types > > I think the ABI itself warrants...
Sure, thanks for responding so swiftly! [Here's a sample](https://drive.google.com/drive/folders/1A50CBkHKW2R--8x9oqpF2yOiGerwsXKV?usp=sharing). I'd like to use [dict] as storage for hash-tables with mixed keys. Not that difficult to fix when keys are only...
The problem appears when I import any dict that has numeric keys. When it’s purely numeric, it is easily fixed. Just translate all dict keys back to string, then to...
Seems it would require a workaround for what Max API provides. **max_atom_to_s7_obj** Dict key is t_symbol. s7_make_symbol is obvious. But hash-table accepts int for key? So in the case a...
+1 Especially when a process is running. Lost a few unsaved vim sessions this way.
Leaks are of no importance for short running programs. They can actually improve performance as the OS reclaims the resources anyways.
Do you mean locking in a specific type to the callback function? Why not have a gen function so the user could choose whatever context type she wants, whether a...
Thanks for the prompt response. I tried going through your code piece by piece. It finished with (wg-buffer-to-buf). Function call (mark) works differently with Hyperbole enabled. > On 2022-04-22, at...
Actually, no. add t to (mark) as (mark t)
I reduced it to a minimal setup of a flake with a single devShell without any packages and an otherwise empty directory. `lorri internal stream-events` prints nothing of interest: ```...