Daniel Schmitz
Daniel Schmitz
Same here.
I am not even able to change the locale using setLocale. I tried to put it in the main.ts but changing the locale to 'de' seems to have no effect....
I this released yet?
works now on canary
I use kvdex in my Nuxt 3 App in the backend and started getting this error on build: [nuxi 1:49:17 PM] ERROR Nuxt Build Error: ../../node_modules/@olli/kvdex/src/ext/encoding/brotli/brotli_compressor.js (1:9): "brotliCompress" is not...
The thing is that I am not using it in the browser, only in the server but it still is not happy. Happend after I upgraded from 3.0.2 to 3.3.0....
Thanks for your replies. So my goal is to get all users with the age from 18 to 20 in a fast way. Since age is an secondary index meaning...
I will try this out tomorrow but I am not sure if this will work because startAt and endAt is for the document Id and between first document id with...
Actually let me show you my real usecase. Currently I use denokv like this: I add transactions like this ``` export interface PayoutTransaction { hash: string; // unique amount: number;...
I dont understand how include the address in your example. It is not a const string but the identifier of the user. For example this: ``` const listUser1 = kv.list({...