Mahesh Bansod
Mahesh Bansod
**Describe the bug** A clear and concise description of what the bug is. Adding the classes `Mend(0):l` on something and `Mend(0):lc` on something else causes the `Mend(0):lc` to stop working....
This issue is regarding the rule [require-button-type](https://html-eslint.org/docs/rules/require-button-type) The default for button type is "submit" if unspecified or invalid. ref: https://html.spec.whatwg.org/multipage/form-elements.html#attr-button-type For missing button type (and maybe for invalid too?), I...
For a code like: https://esbuild.github.io/try/#dAAwLjIzLjAALS1taW5pZnktaWRlbnRpZmllcnMAewogICAgY2xhc3MgUGVuZ3VpbiB7fQoKICAgIGNvbnN0IGNsYXNzZXMgPSB7UGVuZ3Vpbn07CgogICAgY29uc3QgdyA9IG5ldyBjbGFzc2VzWyJQZW5ndWluIl0oKTsKICAgIGNvbnNvbGUubG9nKHcpOwp9 ``` { class Penguin {} const classes = {Penguin}; const w = new classes["Penguin"](); console.log(w); } ``` It would work fine without minification, but with...
This is a minor UX fix. This will hide the follow all button when a user clicks the "Follow All" button, and all the users of the starter pack are...
Hi, ideally there should be ``` deno add @cliffy/command ``` or ``` deno add @cliffy ``` Neither of these work. I see that currently one needs to use this (please...