vwkd

Results 81 issues of vwkd

Currently, a request to a Worker (pending name #105) is automatically routed to the instance in the best region which is usually the closest. It might be useful to be...

## What? Currently, it’s not possible to store data in a Worker (pending name #105). #110 will allow to store data with *eventual consistency*. Often it’s desirable to store data...

Currently, there is no way to persist data in a Worker (pending name #105). Instead one has to leave the edge to use a third party like Fauna. It’s a...

It would be helpful if the runtime API of Deno Deploy would be documented somewhere programatically, just like it is for Deno on doc.deno.land. This would help figure out what...

It would be helpful if Deno Deploy decided on a branded name for the product(s) it offers. Naming a thing is fundamental. It allows to communicate information about that thing....

Apart from giving it a name #105, another crucial thing is to explain the product(s). Currently, the FaaS with multiple distributed instances is described on the website like this: -...

Similar to [Cloudflare docs](https://github.com/cloudflare/cloudflare-docs) it would be helpful to make the docs open source such that users can contribute improvements, fixes and even new content.

Deno Deploy claims to be compatible with other serverless platforms. Specifically, the homepage advertises "API compatible with Cloudflare Workers" and "No vendor lock-in". This already isn't true since you can...

I tried to import a CSV for historical data whose dates had the format "MMM DD, YYYY", where the months used english words instead of numbers. I found the option...

It seems Instagram fetches only the first 12 posts. For subsequent fetches it might not matter as long as the amount of new posts in between fetches is smaller than...