Noureldin Zein
Noureldin Zein
### Describe the problem I was working on creating user movable applets and came across many scenarios were I needed to reactively have the boundingClientRect of a div. This is...
### Describe the bug The `tick` example in the doc uses `beforeUpdate`, perhaps it should be updated to a non-deprecated example? Below is the example from the docs: ```js import...
### Describe the bug Attempting to follow the docs in how rest props are declared, i.e.: ```svelte interface MyProps { required: string; optional?: number; partOfEverythingElse?: boolean; }; let { required,...
Currently, I'm interfacing with the JS package [glTF-Transform](https://github.com/donmccurdy/glTF-Transform) in my Rust backend to create glb files from geometry data. I was wondering what the appetite would be to integrate glTF...