Marcus Spiegel

Results 138 comments of Marcus Spiegel

`watch` is very much appreciated. Below you'll find the result of some internal training for implementing replicache as vue3 store. In this case `taskList` is exported as reactive javascript Map()....

Thanks @aboodman - so far I don't miss anything but time to play and setup further examples ;)

@michaelfig any plans to release your fix to npm or get this merged into esm? It's providing exactly what I wanted: Authoring ESM modules by default with `.js` extentension. Use...

actually this should be resolved by https://github.com/mashpie/i18n-node#some-words-on-staticcatalog-option

besides the solution mentioned by @Khaos66 earlier you might take a look at https://github.com/mashpie/i18n-node#some-words-on-staticcatalog-option or https://github.com/mashpie/i18n-node#some-words-on-staticcatalog-option to implement your own custom storage with

well it depends on your needs, but given your namespaces I'd consider the following as starting point: files setup like so: ``` ├── index.js └── locales ├── common-en.json └── invoice-en.json...

This is now resolvable by `yarn upgrade -A` or npm equivalent, as js-api published a new patch version with the current axios minor version some minutes ago. A recent upgrade...

True, it's a bit hidden in https://github.com/mashpie/i18n-node#list-of-all-configuration-options. Do you want to provide an appropriate snippet for README or like to submit a PR?

thanks @longdoan7421 for submitting this PR. Did you plan to also complete any other methods?

Thanks @longdoan7421 - and sry for delay. LGTM! Hope to review closer and of week.