Paul Nettleton

Results 71 comments of Paul Nettleton

This is still a problem. I've had to reinstall the extension twice in the last week after it just randomly stopped working. I am using Firefox 121.0 on Fedora 38...

I think this may have to do with having the GitHub CLI (`gh`) installed and authenticated. I installed it recently, authenticated it, and binstall stopped being able to communicate with...

This behavior really should be documented. As someone who started learning Rust at the beginning of 2023, I use the `"{name}"` syntax for format strings by default and expected `format_ident!`...

Looking at the deploy specification more closely, it seems that it could use a review in general to make sure the schema and specification match. For example, the `resources` attribute...

I think strum should still generate a `FromStr` and `TryFrom` implementation, but with the error type as [`Infallible`](https://doc.rust-lang.org/std/convert/enum.Infallible.html), in addition to generating a `From` (and maybe `From`). This would allow...

For the opendal backend, it would also be nice to be able to set a bandwidth limit via a [`ThrottleLayer`](https://docs.rs/opendal/latest/opendal/layers/struct.ThrottleLayer.html). That's the only thing that's stopping me from using the...

Thanks for the PR! In your GIFs, I don't think you are using your new `zsh` shell option. The `--shell` option defaults to `bash` on all platforms.

> I'd updated (and not checked in) example.yaml with the shell overridden in settings:. it does seem to work ($SHELL is set to /bin/zsh). Got it, thanks for the clarification.

Huh, that's interesting. I'll try setting up a container to see if that applies to zsh on Linux as well. Just out of curiosity, how did you figure that out?