Niklas Engblom
Niklas Engblom
Yeah, fallback would be great. Didn't actually notice there wasn't one already as I didn't check the localization implementation. I guess I'm too used to have react-i18next or something similar...
I could take a look at this.
Yeah there seems to be problem with text content on Android (at least). The intent items are `null`. Have you tested your fixes @JochenHeizmann, could it be opened as PR?
I just noticed this is still open. Is there some prerequisites before this can be merged @kettanaito? > I think we should introduce a fallback to English in case there's...
@devongovett not sure how to do it in Parcel as I'm not enough familiar with it. But as you said in a monorepo you'd usually run `tsc` inside one of...
Using the binary from host is definitely not a good fix, because most users will not have the binary on their host machine if they have their projects inside WSL....
Downloading won't work in all environments (e.g. if you don't have access to internet). I researched a bit and found something that could be a viable solution. I played a...
I think it could be fixed by using a simple event listener (`window.addEventlistener('storage', () => {/* do magic */})`). However, by default storage events are not fired in the same...
IMO these are the most important reasons for having integrity checks on your database migrations. --- 1. Ensuring consistency Checksums ensure that the migration scripts remain unchanged from development to...
You are right, they are not a standalone solution which solves everything, and I didn't claim them to be such. However I still think they are very useful. You are...