Nick Kocharhook
Nick Kocharhook
It looks like this one would do the trick? https://github.com/marketplace/actions/snapcraft-action Credentials for the app's Snapcraft account need to be set in the repo's Secrets.
I don't use Snapcraft, and since I usually use an M1 Mac, it looks like I'm not able to at the moment. https://github.com/canonical/multipass/issues/2399 So I won't be able to test...
If we're going to allow multiple dotenv files, it seems like requiring them all to be in a single `dotenv-path` is an unnecessary constraint. I would agree with OP that...
I had a look at the `atuin.zsh` file, and it appears that this problem isn't really a problem. By default, [the `_atuin_search()` function](https://github.com/atuinsh/atuin/blob/ea991d5f453c5ec98f144b1ae1c61857c5096cc8/crates/atuin/src/shell/atuin.zsh#L51) _already_ executes `zle reset-prompt`. It also runs...
What would support for this look like? An explanation and some screenshots would be very helpful.
I'm trying to pass a `TextDiff` into a function, and I'm also having lifetime trouble. Am I right that it's the same issue? The workaround right now is to create...
@rustbot label C-enhancement
Thanks for the suggestion, but that's not working for me? https://github.com/NeoVintageous/NeoVintageous/assets/3646730/196b9896-fe4c-4eff-b37c-c07bed76207e
Oh, that's great! I used this: ```json "vintageous_handle_keys": { "v_": false, }, ``` Yes, I have to press `c` after… but this way I don't have to remember a new...
In that case, the `GRAMMAR.md` [needs to be updated](https://github.com/casey/just/blob/044b00a90ac6cc18c25ec843a904afec89562640/GRAMMAR.md?plain=1#L113): ``` attribute : NAME ( '(' string ')' )? ``` It sounds like this needs to define both the colon-separated style,...