Marcus Spiegel
Marcus Spiegel
Another Detail: The change from `link:` to `file:` occurred with a `pnpm up ` and `pnpm up -i` with some selected packages. It did not happen with just `pnpm up`...
ya, soft-delete would be a vailable workaround for that particular use case. Sooner or later I bet to face other cases where I should have acces to the cache instance......
Yes, thank you. I am about to review and partially reimplement queries + subscriptions. Currently I have another layer of abstraction with a local vue state that might interfere here...
Thank you for improving and providing the PR. Two points from my side: 1) i18n-node as a server side lib was not intended for any kind of browser side use...
Ah, ok ic... well maybe I can contribute to better support your setup :)
thanks again... :) as the current implementation with enabled post-processing is in use for more than a decade, I would consider this a breaking change which requires a new release...
While still struggeling I found a kind-of working setting like this: ```json { "prettier": { "enabled": false }, "format_on_save": "on", "tab_size": 2, "languages": { "JavaScript": { "code_actions_on_format": { "source.fixAll.eslint": true...
Thanks a lot for this PR! Clean code, perfect tests :) and a good improvement. One question remains: Didn't you also want to call `i18n.validateLocaleFiles` on any file loading?