Char

Results 148 comments of Char
trafficstars

I just clone the repo previously. First I built using setuptools, no problem. And then I removed the cython generated .c source, then run `pip wheel .` which resulted in...

I guess this is because `to.matched.components[0].default` is a different object after hmr to `from.matched.components[0].default`. I would be nice if hmr-ed components can be detected as update in the development environment....

I can't send a pull request but I can verify that removing `{flush: 'post' }` in https://github.com/vuejs/router/blob/30f8674ac4f3ee69a866bfae2280acd2a4db2daf/packages/router/src/RouterView.ts#L135 fixed the problem. The cause is that after hmr, the `instances.default` value in...

This handshake exception always happens with firefox which always opens two connections to the websocket server and immediately close the 2nd connection, thus the handshake failure. Although setting the log...

I think the real issue here is that in vue 3.5.13 in development mode, setting a template ref while having a variable with the same in the `script setup` will...

This could be a different issue. When the virtual texts are hidden and the cursor is positioned at line 4, `getcurpos()` returns `[0, 2, 1, 0, 1]` which means that...

> This is as expected. I expected that messages from location list are only shown in the window it is associated with. > all the current window's window-local options as...

> That's not how text-properties work. You already said it yourself, text-properties are associated with a buffer and displayed in every window the buffer is displayed in. There's no way...