Philipp Metzler
Philipp Metzler
It's a great idea but for me it doesn’t work and I can’t figure out why not. I’m on: Atom 1.13.0 x64 on macOS Sierra 10.12.2 https://atom.io/packages/react 0.16.2 https://atom.io/packages/atom-react-autocomplete 0.1.10...
At the moment react-intl-translations-manager reports > Perfectly maintained, no remarks! if there’s a translation for a string but it doesn’t detect if the original string changed. If the original string...
`translate3d` in [/src/dom/DomUtil.js#L219 ](https://github.com/Leaflet/Leaflet/blob/master/src/dom/DomUtil.js#L219)causes a rendering glitch on Mobile Safari for iOS 13.6 **Steps to reproduce** Steps to reproduce the behavior: - Open XCode iOS Simulator with iPhone 11 (iOS...
Current [documentation](https://django-graphql-jwt.domake.io/en/latest/settings.html#jwt-reuse-refresh-tokens): > Reuse the long running refreshed token instead of generating a new one > Default: `False` The correct description would be: > A new long running refresh token...
## Steps to reproduce: 1. Set the browser language to the default language English. 1. Copy such a tab link. E.g.: https://www.test.com/admin/model/1/change/#vehicle 1. Switch the browser language to German. 1....
It would be very helpful if an option could be set so that fuzzy would return strings with and without diacritics. e.g.: The user searches for "Lumiere" The result should...
### Describe the bug When creating a new TWA bubblewrap doesn’t set the password for the key anymore. ### To Reproduce Steps to reproduce the behavior: 1. `bubblewrap init --manifest...
A list view for the commits would be nice because it’s sometimes hard to navigate in the graphical interface among the bubbles.
E.g.: fr-CH is not defined but fr-FR is so take fr-FR instead ``` var lang = 'en_us'; if (ath.language) { if (ath.language in ath.intl) { lang = ath.language } else...