Stephane Demotte
Stephane Demotte
Sorry @JamesMilnerUK my english suck, i will try to be more clear In https://github.com/JamesMilnerUK/THREEAR/blob/master/src/Source.ts#L201 In the `onResizeElement` function you make the canvas bigger than the window, then you center with...
Same here, need relative path for electron.js, some news about that ?
same here, french character will be appreciate 💃
Very weird when i don't use `script setup` it work too... Could be cool to make work with `script setup` i will look at it. thank !
I can make it work with script setup Object.js -> getParent function ``` import { getCurrentInstance } from 'vue' ``` ... ``` // let parent = this.$parent; const instance =...
@klevron I can make it work with this ! On GltfModel too ! ``` import { getCurrentInstance } from 'vue' ... getParent() { let parent = this.$parent; // my 2...
@klevron any chance to add this fix for `script setup` user ?
+1 for this one, With ``` ->setLocation('post_type', '==', 'page') ``` It's ok. But with ``` ->setLocation('post_type', '==', 'page') ->and('page', '!=', $someID); ``` All my fields is never registered. We can't...