Schplitt
Schplitt
I'm having the same Issues. Additionally it also ignores JSDoc typedefinitions. Something like: ```javascript /** * @typedef {Object} input - An input * @property {number[]} input.string - Example prop *...
I would like to implement this. I have a suggestion for how to 'improve' the behavior. It seems that the current implementation of Drei's `Bounds` does not take into account,...
Hello @andretchen0, I will hold off on implementing ``. I think i might have a misconception of what Drei is doing. As far as i can tell it calculates the...
Would be really nice to get the exported functions
Would be very much interested in this as I have a need to run js code from a blob. ```ts import Tinypool from "tinypool"; const sourceCode = ` export default...
I would very much need this feature as I currently have around 15 similar structures where this would be needed. I would like to take a look if I could...
Hello @andretchen0, sorry i think i went off of some stackblitz template and didn't look at the version. My bad. Issue with your example still remains. The canvas still does...
Ahh, i'm really sorry about that. Fixed it up. https://stackblitz.com/edit/stackblitz-starters-jtmew9?file=src%2FApp.vue As you can see when the view is "tres" the resize animation is jumping only when the container has finished....
Hello @andretchen0, thank you for being understanding. The bug isn't happening in the video you posted. Should have just posted a video of how it looks on my end. This...
One idea would be to use the useFps composable from vueuse. With this the debounce duration could be dynamically calculated to be under the refresh rate of the browser and...