Albert Cervin

Results 12 comments of Albert Cervin

Note that I can only reproduce this when running emacs as a daemon (not with server-start).

Just as a quick FYI, I did a little experiment with protected mode DOS and Rust over here (with OpenWatcom so not really related to this issue): https://github.com/abbec/dos-rs. It is...

So, what @alce said (about `Channel` being the only thing you can create a client with) is not really true anymore and with `Interceptors` this quickly becomes unwieldy since you...

Sure, but that will only get rid of the `closure` part so it is (as you said) still not really "ergonomic" :)

"Fixing up" fstat for Windows brought a question. It seems that the fstat implementation for Windows returns a lot of OS-specific information causing a WASI `fstat` call to behave differently...

I would love to see support for use_nested_groups!

Trying right now :D

Works, awesome ❤️ !

This would be awesome, another use case might be implementing custom compiler frontends for custom languages that could then compile to wasm!