EthanThatOneKid
Extract TypeScript types as JSON?
The doc subcommand is capable of generating documentation for a given module https://docs.deno.com/runtime/manual/tools/documentation_generator/#json-output
2 replies
Deno Deploy Queue trouble in production
After some experimenting, it’s possible to establish a Deno Queue in the top-level scope, in an abstracted main function, and with an in-memory kv instance, all with and without delays. Here are the manually-testable examples: https://github.com/EthanThatOneKid/deno_queues/tree/main/examples
14 replies
Deno Deploy Queue trouble in production
I have been referencing the recent blog post https://deno.com/blog/queues and all the links within it.
14 replies
Denoflare scheduled workers
Resulting deployed worker: https://github.com/acmcsufoss/lc-dailies/blob/b08b4a98c568872f16bc836eaf674df220d02062/cf/dailies/dailies.ts<:cookie_deno:1002977285734932480>
6 replies
Denoflare scheduled workers
You are correct, it worked! I was able to create a working scheduled function. However, it required at least the adjacent fetch method. At least for me, I have been helped and my question is resolved <:party_deno:1035517691517218847>
6 replies
Property 'openKv' does not exist on type 'typeof Deno'. VSCode
Relevant issue: https://github.com/denoland/deno/issues/18907
51 replies