Casper
Casper
The word `HEUS` has the same `EU` /ɪ/ vowel as in ‹his›, but the word `WREU`, ‹write›, does not have that vowel. Move the ‹spelling instead of phonetics› comment from...
## description Some characters are on the third or fourth level of a keyboard layout. If a dictionary entry contains such a character, and you stroke its outline, then Plover...
### request A mode that replaces certain single characters (or character combinations, if that’s doable at run-time) by certain strings, right before they are output. This mode can be toggled...
### request I’d like to be able to define new [bracket shorthands for punctuation](https://plover.readthedocs.io/en/latest/translation_language.html#punctuation). These are preferably [system](https://plover.readthedocs.io/en/latest/plugin-dev/systems.html)-specific, so they are defined in the Python file for the system, instead...
The Unicode support for this font is not much. It butchers certain characters (e.g. `ĉ ţ ż`), and doesn’t include many at all (e.g. `č ť ț`). These are only...
#### General information When I validate sentences in the app, they immediately show up on my statistics page on the Common Voice page. However, when I record sentences in the...
#### General information Often, the app immediately crashes when I open the dashboard tab on the left. This is always the case when the app language is set to Toki...
I would like to get an idea of how loud I am speaking while I am recording. And I would also like to know how loud my recording is when...
Among [the supported mutators](https://stryker-mutator.io/docs/mutation-testing-elements/supported-mutators/#arithmetic-operator), the modulo (remainder) operation only occurs once: `a % b` can be mutated to `a * b`, and the [assignment expression](https://stryker-mutator.io/docs/mutation-testing-elements/supported-mutators/#assignment-expression) `a %= b` to `a...