jf908

Results 8 comments of jf908

I'm specifically talking about this number, not the data version. `1 for 1.6.1–1.8.9, 2 for 1.9–1.10.2, 3 for 1.11–1.12.2, 4 for 1.13–1.14.4, 5 for 1.15–1.16.1 and 6 for 1.16.2–1.16.3` My...

I've just been trying to remember to unfocus the editor before I try to open dev tools. I'm guessing you could manually override the shortcut but I haven't tried it...

Not a pretty solution but I worked around it for now by overriding the icon to a minus symbol in CSS ```html ``` ```css .indeterminate :deep(.pi-times:before) { content: '\e90f'; }...

This issue is very old but this is still an issue with this library. In SSR mode the server simply doesn't send any cookies which is particularly annoying even if...

It turns out I missed something, you need a `` to activate the Custom Action. I guess this is now more like a feature request for a `customActionRefs` section for...

I thought with the lightmap update in 0.13, bevy pbr supported 2 UV maps? three.js is hardcoded to use the 2nd UV map for ambient occlusion and lightmap textures and...

I tried that and it didn't fix the issue. I have updated the reproduction with the latest dependencies too.

I've created a fork for Vue 3 for those who want to migrate over from Vue 2. npm package: https://www.npmjs.com/package/verte-vue3 Repo: https://github.com/aiming-pro/verte-vue3