Radomír Bosák

Results 48 issues of 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...

enhancement

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. ![image](https://user-images.githubusercontent.com/4988740/141391072-fcca7296-bf62-48c1-8439-cc7c58d0ce32.png) However, currently there's no straightforward way to find out which documentation...

enhancement

Having unit tests is useful for project maintainability.

testing

``` >>> 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,...

enhancement
help wanted

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 ```

enhancement
refactoring

Forgot to do it in #136

documentation
good first issue

This would be useful for users of Debian, Ubuntu and its derivatives.

distribution

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...

enhancement
good first issue

`--clear-cache` Clearing cache means basically executing `rm '~/.cache/duden/*'`

enhancement
good first issue

We can use this comment as a reference: https://github.com/radomirbosak/duden/pull/136#issuecomment-933051580

documentation
good first issue