Nano Miratus

Results 88 comments of Nano Miratus

@MarkBennett Looking at the code, it should generally work. But as soon as you need to rely on anything related to module resolving or the module metadata itself (stuff like...

Just encoountered the same issue, pretty hard to debug since it only happens on Deno Deploy and not locally. Calling the handler directly seems like a fine workaround but not...

I don't know if this PR is still relevant but I would advise against merging in this state. `.splice()` mutates an array, but `Deno.args` is immutable and Deno errors if...

denon 2.4.9 is incompatible with deno 1.16, this issue can be closed.

In case anyone is interested, here is how I implemented postcss support and it's surprisingly easy and performant (works with the current [email protected] version): src folder structure: ``` api/ style.css.js...

Well, this may sound radical, but why not make it a breaking change? It's really weird how meta this is tho. But I think, if we just - separate this...

Wait a second. Since the keep-a-changelog changelog only says > The format is **based** on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) we **don't** have a weird meta loop here. Since the Keep a...

Can one of the maintainers please change the label from `cat-feature` to `cat-bug`?

Same problem for me, although it takes a few hours and CPU goes up to 30% too. I'm on MacOS 10.15, using YouTube Music. @MarshallOfSound I think it's a problem...