Linda_pp
Linda_pp
Currently all options' short/long names, description, and hint are allocated on heap memory when building `OptGroup` instance. However, in almost all cases, they are given as `&'static str` so those...
### Is there an existing issue for this? - [X] I have searched the existing issues ### What happened? Hi, I'm using this action for actionlint. Today I released v1.6.27...
[Composite action](https://docs.github.com/en/actions/creating-actions/creating-a-composite-action) was introduced recently. It is better than [the current Docker action](https://github.com/rhysd/changelog-from-release/tree/master/action). - It is faster. No overhead to build and run Docker image - It is easier to...
Hi, thank you for maintaining this great crate. This PR adds a minimal CI workflow which will help you notice build breaks easily. Since this crate is very popular (15720778...
'preceding' is detected as misspell of 'preceeding', but actually it's not. So I removed the wrong correction from dictionary. 
Fix #207 Fix #190 This PR adds syntax highlighting for code fences nested in block quotes. ```` > ``` > some code > ``` ```` Currently the highlighting is broken...
Since vim-scala higlights `when` word without checking word boundary, it highlights a word like `elsewhen` partially. This is a real code which I'm writing with Chisel3. This PR fixes to...
The `predicate-quantifier` input was added at v3.0.2 but is not listed in action.yml. Though listing inputs is optional, [actionlint](https://github.com/rhysd/actionlint) looks at them to verify the usage of the inputs. This...
## Repro 1. Clone this repository 2. Run `cargo run --example wry` 3. Enter `Alt + C` in keyboard ## Expected behavior Event log is output in terminal. ``` MenuEvent...
Hi, wry crate is using covector and I noticed the release notes generated by covector seemed wrong. https://github.com/tauri-apps/wry/releases Screenshot of example: All items in a single release have the same...