Christian Kaisermann

Results 16 issues of Christian Kaisermann

Attempting to fix the esm/cjs conflict without a major bump due to adding `pkg.exports` to the package.json

Closes #202 Allows one to pass an array of locales to the `$locale` store, similar to what you get from `navigator.languages`.

Currently, `gulp-stylint` ignores the whole configuration if defined on the `package.json` as the `stylintrc` property

Does the `source` attribute still works? I'm unable to upload anything whenever I define it. Thanks ;)

### Operating System MacOS Sonoma 14.1.1 ### Browser Version n/a ### Firebase SDK Version 10.6.0 ### Firebase SDK Product: Firestore ### Describe your project's tooling The minimal repro contains only...

question
api: firestore
needs-attention

Related to: https://github.com/sveltejs/svelte/issues/1522#issuecomment-413282000 My first attempt: ```html ... export default { onstate({ changed, current, previous }) { /** * This fires on every state change, before the render. * The...