Mark Fulton
Mark Fulton
@lucacasonato I'm not sure this is the next place to bring it up but I could see localStorage working well in Deno Deploy. Each region has its own storage and...
Is there a public roadmap for reference? Once the Cache API is implemented, `install` can be used to populate a cache and `activate` can be used to remove old caches....
I think `activate` may not be needed if new deployments can't replace old deployments. Would it be possible to have an alternate deployment strategy where deployments continue to be immutable...
I see that `addEventListener("fetch", ...)` is being phased out (https://github.com/denoland/deploy_feedback/issues/71#issuecomment-889760772) I'm not sure what this means for the future of remote service workers and Deno Deploy but I hope it...
I can understand not wanting to add everything to prettier core but `txt` seems as basic (if not more basic) than `html` and `css` so I was hoping to not...
I've since learned that the add button is not shown once `maxItems` is worth so I've updated this issue to only add a `minRemovable` option.
Yeah, I like that. I'm currently involved more heavily in some other projects at the moment but when I circle back to the one where we're using rjsf I'll take...
Browsers supporting the [``](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/summary) element maintain the open/close state and users can click the summary/caption/legend to expand/collapse the associated `` element. That's an interesting idea of using the uiSchema to...
It looks like `fetch` is able to successfully parse content as `FormData` from the `Deno.serveHttp` example I included above so it seems that Oak not sending the `boundary` parameter causes...
@artem-zinnatullin Yes but to a limited extent. e.g. You can not make a test dependent on results of a previous test or use results of a test to data-drive further...