Jacob Ras

Results 14 issues of Jacob Ras

Here's one idea to fix the issue with [deny and don't ask again] returning an incorrect state (#104), by adding a new state for Android: `NotGranted`. It's the most accurate...

The method `permissionController.getPermissionState()` returns an incorrect state on Android when using [deny & don't ask again]: * The first time, `getPermissionState()` returns `PermissionState.NotDetermined` ✅ * After [deny], `getPermissionState()` returns `PermissionState.Denied`...

Libres crashes on JS when using any language that doesn't have a set of `PluralRules`. For example, Dutch ("nl"), even though it follows the same rules as English. > Plural...

Based on the rules at https://www.unicode.org/cldr/charts/44/supplemental/language_plural_rules.html

It requires a couple of clicks to get to the new location, fixed in this PR by directly linking there.

Currently the library crashes on JS when using any language that doesn't have a set of `PluralRules`. See #53. They should be added when needed, but I suggest not crashing...

Issues in the following languages: - German - Polish - Russian Fix: - Duration should be nominative, which it currently is. - `$time ago` should be dative for German, but...

bug

Abbreviations (introduced in #36) and file sizes don't have localisation support. ### Example 1 `1_000_000` with 2 decimals becomes "1.00M". That's fine in English, but for Dutch it should become...

enhancement

Should be made `internal`.

bug

Just fixing a couple of typos I noticed in `definitions.md`.