Heb
Heb
We should be able to grab the 3rd parameter from `.setItem` and pass it to cloudflare KV : - For the KV driver everything goes into put 3rd argument. -...
There's 3 ways we can implement : - Data API - Web SDK https://www.mongodb.com/docs/realm/web/mongodb/#create-documents - GraphQL API : https://www.mongodb.com/docs/atlas/app-services/graphql/ For reference, difference between Realm and atlas https://www.mongodb.com/community/forums/t/frequently-asked-questions-atlas-app-services-realm/167589
> I can add documentation for it, but I'm not sure how to test :( Maybe just simply run deno alone? You can try a similar approach to here https://github.com/unjs/nitro/blob/main/test/presets/deno-server.test.ts...
Excellent idea.
@Sanicboi Thanks for the PR ! @pi0 Memcached does not supports `getKeys`. I tried implementing with `cachedump`, but it wasn't reliable. We could manually implement a custom solution to keep...
Hi @Suven are you still working on this? Is this ready to review ?
Referencing https://github.com/egoist/esbuild-register which works with esbuild but still need esm. `node -r esm -r esbuild-register file.ts` works like `ts-node file.ts` for scripting purposes. esbuild is incredible, the speed difference is...
This could be a bug. Does this block you ?
> @Hebilicious Any progress on this PR? I am having the issue with getServerToken returning Null on the current npm version 😿 > > Thanks for this wonderful package, I...
This isn't related to this module which just binds @auth/core and Nuxt. You'll have to investigate this on your own. I'd recommend starting with one of the working examples code,...