Radomír Bosák
Radomír Bosák
This would be useful for tracking error types and for [linking to documentation](https://github.com/rhysd/actionlint/issues/71). actionlint currently provides a `kind` key, which is however not unique: different error messages can have the...
The [checks.md document](https://github.com/rhysd/actionlint/blob/main/docs/checks.md) is a very useful resource to find more about each issue types reported by actionlint.  However, currently there's no straightforward way to find out which documentation...
Having unit tests is useful for project maintainability.
``` >>> python3 -c "import duden; print(duden.get('Kragen').grammar_raw)" [] ``` duden.de, however has this text supplied in the grammar section: ``` der Kragen; Genitiv: des Kragens, Plural: die Kragen, süddeutsch, österreichisch,...
currently ```bash $ duden einfach_einmal_simpel Word 'einfach_einmal_simpel' not found ``` possibly: ```bash $ duden --search-urlname einfach_einmal_simpel Word 'einfach_einmal_simpel' not found ```
Forgot to do it in #136
This would be useful for users of Debian, Ubuntu and its derivatives.
See e.g. Kragen: https://www.duden.de/rechtschreibung/Krage#aussprache I'm not sure how it should be formatted though. So far I've encountered just words with dot (short stress) or a bar under some of their...
`--clear-cache` Clearing cache means basically executing `rm '~/.cache/duden/*'`
We can use this comment as a reference: https://github.com/radomirbosak/duden/pull/136#issuecomment-933051580