Jerry Green

Results 56 comments of Jerry Green

+++ same here rubocop forever

I think it's two absolutely different things, and it's confusing they both named "background-sync". I personally thought that I may use "backgound-sync" to periodically update data on the device, so...

I had this error, and @parrotdance thanks for your solution, it works! A little bit weird it's not working out of the box, though...

There's an option "Do nothing": ![image](https://user-images.githubusercontent.com/13215662/155891249-a2648f34-d7cf-4d42-bce2-1aad3ebe0f95.png)

@rottenpen there's also this: - https://github.com/lucacasonato/deno-puppeteer/issues/17, - but although same error, this one definitely not related It's hard to tell if it's related to https://github.com/denoland/deno/issues/15479. Although in both cases it...

I have found a way to set proper headers, i.e. I solved the issue for myself. But the issue persists in a way that normally libs provide some syntactic sugar...

When returning response, you can pass headers like that: ```ts return new Response(body, { headers }) ``` And before that you can set headers, something like that: ```ts const allowList...

If you're using Github to deploy to Deno Deploy, it well might be that you pushed a commit with some syntax mistake or some non-existing variable or something. Therefore your...

@AzureZhen I've found macos is using an util called **`ditto`** to zip/extract something. It's a default macos app – so I simply used this for extraction, works perfectly

@kangwen6663 ```sh ditto -xk /path/from /path/to ```