richarddavison

Results 86 comments of richarddavison

Awesome first PR! You look like a true Rustacean 🦀

Yes. This is a bug. Thanks for reporting 👌

There is already work being done by @azchau. He has a basic website built using Material for MkDocs. PR coming up

> After splitting LLRT up in 2 parts `llrt` and `llrt_core` the next step would be to look for a way to split lambda logic out of LLRT to its...

Thanks for the bug report @nabetti1720! Keep 'em coming 🎉 We should fix so console prints iterators as well. Also we should fix so we don't print all keys/values for...

Hi @nabetti1720. Thanks for looking into this. The console implementation is quite complex and we should probably refactor this. I spent of lot of time building it to avoid recursion...

Thanks for the info! I'm curios to see how this works in a more generic way. I see now what Node does. It sets a special symbol on objects which...

> I see, with this method, the console does not need to know the contents of the object to be displayed, and the object itself can be displayed in the...

This is a must have. We already heavily rely on `zstd` for reading LLRT bytecode format. Gzip and deflate (zip) decompression can be added using [flate2](https://crates.io/crates/flate2) crate with zlib-ng backend....

> I know that many sites return `content-encoding` as `br` when `accept-encoding` is `"gzip, deflate, br, zstd"`, but do you plan to support brotli? Yes brotli as well