Results 384 comments of Simonas Kazlauskas

> I don't know if it would be profitable to do multiple network requests in parallel ~~I think the reason I proposed this in the first place is that rustc’s...

I took a very brief look at the PR which introduced supervisord (https://github.com/astro/microvm.nix/pull/257?) and wasn't able to understand the "why" of it being introduced (nor why the `disown` was necessary...

That said, it probably isn't the use of supervisord itself that's a particularly painful problem. The host will almost inevitably have python3 anyway. But the recent move of the service...

Also a nix package here. `/nix/store/vg32vpg7qcr46haw1crnbwqxp3j0m8fb-supersonic-0.18.0/bin/supersonic` depends on `/nix/store/saqjvjyrdy25a3n921a22rcdx6ks3xhv-mpv-0.40.0/lib/libmpv.so.2` (as built from nixpkgs rev: `b599843bad24621dcaa5ab60dac98f9b0eb1cabe`.) Will wait for mpv update.

This is a very nice suggestion, thanks! Nice enough to not even bother with `maybeField'` generalisation, actually.

> Maybe we should consult @nagisa. What are your thoughts on adding an enum type in host functions? You can't really do that in literal sense. The best way you...

https://doc.rust-lang.org/reference/type-layout.html is a great reference here. In particular > There are no other guarantees of data layout made by this [Rust] representation. Besides the fact that Rust does not guarantee...

Some thoughts I had as I was reading that I'm writing down before they get lost: * what happens if near is attached to a sub-contract call? * what happens...

Lets involve `frol` on the question of `enable_contract_feature` if/when we come back to this. From the compiled WASM perspective I can imagine it wouldn't be too hard to add a...