Leokuma

Results 55 comments of Leokuma

sorvell, thank you for the [PR](https://github.com/Polymer/lit-element/pull/987) and the workaround. I'm facing the same problem. I didn't think it was so "corner case". I have an element with 2 reflected attributes/properties:...

Probably related: https://github.com/notify-rs/notify/issues/254 I believe that problem affects `deno run --watch` too. Running Deno inside Docker on Windows with WSL2 enabled, `deno run --watch` never detects any file changes even...

I think I found it. The [code at github-pages](https://mdn.github.io/webaudio-examples/audio-buffer) is outdated. The [code in the repo](https://github.com/mdn/webaudio-examples/tree/master/audio-buffer) does work. Apparently there was an error when deploying it to github-pages: ![image](https://user-images.githubusercontent.com/9329952/187083389-53371741-bb26-4c8f-99cd-4560307d6030.png) https://github.com/mdn/webaudio-examples/deployments

This repo has educational purposes. As far as I understand, you are suggesting the student to install _npm_, add 4 dependencies (one of them being Express) and run a local...

Guys, I made a Deno program that allows you to compile Deno apps with custom icon and metadata: https://github.com/Leokuma/wincompile

I guess I need this. I'm not able to send a message from a Worker to the main thread. The `onmessage` event is only fired on the main thread after...

Can you provide the steps to reproduce the problem? I was able to format a `.d.ts` file with the Deno extension.

Thanks for the steps. Ctrl+Shift+I doesn't do anything in my VSC. Shift+Alt+F works (default VSC shortcut).

Is it mandatory that every middleware in a chain has the same State type? Doesn't it make it difficult to reuse middlewares accross different chains/endpoints?