Marcus Spiegel
Marcus Spiegel
Hi, I am impressed and eager to test out cote because of your mesh-like discovery features. The only feature I am missing (or not might have found) is something called...
a code like ``` js res.setLocale('ru'); res.__n('%s cat', 1); ``` should result in a structure like, when "%s cat" is missing in json file ``` json { "%s cat": {...
Hi Markus, thanks a lot for this lib with it's Wonderfull api. It's way more focused on devs needs and real world use-cases than any other lib I had the...
Hi I have sucessfully setup urql in nuxt3 with a customized urql.config.ts like so: ```ts import { fetchExchange, subscriptionExchange } from '@urql/core' import { cacheExchange } from '@urql/exchange-graphcache' import {...