James Kay

Results 41 comments of James Kay

Unfortunately `cargo metadata` doesn't output any information on resolved features, which I need, and also doesn't output a tree, which is handy for my use-case. While I could munge it...

I think this is problematic under daemon mode: ```elisp (defvar poet-theme-monospace-height (face-attribute 'fixed-pitch :height nil 'default) "The original height stored as a defvar to stay constant across reloads.") ``` In...

The workaround suggested here currently doesn't work if the super interface has generic parameters, as `capnproto-rust` will add a private `PhantomData` member that prevents the `Client` from being constructed. As...

I feel like it's a little bit of a footgun to have subtly different behaviour here. If we expect users to use `tokio::timeout` maybe there shouldn't be a timeout option...

Hi @syrusakbary, the system automatically assigned you to review this — but if somebody else should do it please let me know whom to request :smiley:

Hey @syrusakbary, thanks for getting back to me! :smile: The easiest way I can think of to do that would be to remove the `Box` from the `VMFunctionEnvironment` struct and...

I'm a bit confused about the ‘Browser Wallet’ project on this PR. What's the connection to the browser wallet?

A [standard for wallets](https://github.com/wallet-standard/wallet-standard/) now exists, and it would be good for us to be compatible with it.

This can be reproduced by `cargo install`ing from the cache path, e.g. ```shellsession $ cargo install --path ~/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linera-service-0.11.0/ ``` but `cargo metadata` in the offending directory seems correct.