Tomáš Průha
Tomáš Průha
I am working on pretty big project reworking it from svetle-i18n and we are using locale when saving items to database, so previously we saved every locale in uppercase format...
When i change locale like this `locale.set(newLocale)`, the translations change only in some places. If i have translations in some store, they do not change. I have layout store which...
I am trying to get hardresets to work with electron-forge, but to start electron-forge you need to execute electron-forge start. Since i can add only path to executable I am...
### Describe the bug When i turn off ssr (in +layout.js) and 404 error happens, then data is always null in +layout.js in load function ### Reproduction https://stackblitz.com/edit/sveltejs-kit-template-default-ck2eek?file=src%2Froutes%2F%2Blayout.js&terminal=dev go to...
I always try to move viewport by draging while holding middle mouse, but when I am accidentally over Node, it drags the node instead. I didnt find options to use...
For example missing-declaration is warn and I think it should be error, because if something is not defined, lint step should fail with error. But if I try to add...
It is not possible to enable feature for self closing empty tags/components. I would like this feature back. Why not add another option to config, so user can choose if...
When i create record `datum`, which has connection to `user`, i cannot connect it in same mutation where I create it, because nested mutation wants `dataId `and i dont have...