silentmantra

Results 11 issues of silentmantra

IE: the format buttons only work when i select something, otherwise no effect.

### Describe the bug It's either unclear in the documention how to resolve directives or the plugin doesnt work. A resolver doesnt receive any directives introduced in SFC templates. Also...

From the docs at least for me it's not obvious that watching a ref is actually shallow watching its value only. The problem that we know that an object/array ref...

Aiming to avoid unnecessary code reviews. So I have a case when someone added rules without reusing the previous selector: ``` .games-lib-table { // ... &__info { // ... }...

### Vue version 3.4 ### Link to minimal reproduction https://play.vuejs.org/#eNp9UsFOwzAM/ZUolw6paw9wKl0lQDvAARDbMZfSeW1Hm0SJuw1N/XeclJaB0G6O33v2s50Tv9M62nfAE57awtQamQXsdCZk3WplkJ1YoVpdNxCyivVsa1TLAlIEQgpZKGnRE9hi5M2C1EVKgkSW1HYhOIJFwbM0noAsuLod5Q4l+eyKLTJWzYJNvQ9CFqyXq7VnpfHgjDzRA6HVTY5AL8Z8J5a4CjEl0vgM5SFHSx22dRntrJI04slpBP82al401uRA8IR5xGF506jDk8+h6SAc80UFxcc/+Z09upzgrwYsmD0IPmGYmxJocAcvV89wpHgCW7XpGmJfAN/AqqZzHgfafSc3ZPuM590++kPVslzb5RFB2nEoZ9Qxe88XnK72cGH0H7vX0Y3XCdnTFoePMG9z/WePA/C7CPUYzFaI2iZxTOf4dD9sZyNlypiiCGw7fzfqQPuiioJPvfovAQvZIQ== ### Steps to reproduce Change the import map to: ``` { "imports": { "vue": "https://play.vuejs.org/vue.esm-browser.js", "vue/server-renderer": "https://play.vuejs.org/server-renderer.esm-browser.js" }, "scopes": {}...

scope: playground

First thank you for the best wsl terminal (the miserable windows terminal goes to hell). I have 2 questions: 1. how to get wsltty to remember window position? after launch...

question

I'd like to fix this error (I try to use `compile()`): ``` Runtime compilation is not supported in this build of Vue. Use "vue.esm-browser.js" instead. at ```

### Description Promoting Vite on stackoverflow.com but that's hard. I guess Vite loses to Webpack in terms of support and size of community. I think more easy-to-implement features could be...

enhancement: pending triage

https://vuejs.org/api/render-function.html#h I've tried to pass a vnode as the first argument and additional props, what I expected is that would work and it does. So basically `h` (when I looked...

state: blocked

Any specific option / way to avoid treeshaking unused variables only? Also the most perfect solution would not to treeshake specific variable list...