⑆ Neved4 ⑈
⑆ Neved4 ⑈
Supported `set -x`, but stuck on this last one. Since `$@` is globally transformed into `argv` in the parser, it'll still return `set argv x $argv`. Tried adding more logic...
@bouk Still not sure how to go about this one. Would you prefer dropping support for: - [x] `set -- x "$@"` -> `set -a argv x` And merge or...
- [x] `set -- x "$@"` -> `set -a argv x` Should be completed now 🎉 Would love ur feedback.
ping @bouk
@nazarewk This is fixed on my branch. Could you grab it from there and double check it works for ur use case? Cheers! ✌🏻
Hey @wileyhy thx for looking into this! You're 100% right for noting it. Additionally: 1. The function above is not the one that is in the commit. 2. You're right...
Hi @wileyhy, You're right to raise those points. My initial PR only adressed cases where `lynis` runs with `sudo`. We could consider POSIX more broadly. In Homebrew, some packages like...
Hey, [kanagawa.tmTheme](https://github.com/rebelot/kanagawa.nvim/blob/master/extras/kanagawa.tmTheme) was added in https://github.com/rebelot/kanagawa.nvim/commit/7b411f9e66c6f4f6bd9771f3e5affdc468bcbbd2 🤍 Just missing the _"Dragon"_ and _"Light"_ variants, after those are set we could close this.
@tnthi115 See https://github.com/rebelot/kanagawa.nvim/pull/231
@iLynxcat This is cool! LGTM!