Andrew Varga
Andrew Varga
**Is your feature request related to a problem? Please describe.** Not sure if this is a bug report or a feature request, but I have a problem: - I have...
**What is the current behavior?** I noticed that `rafCallback` calls `getScrollState` on each requestAnimationFrame, which in turn has lines like these: ```javascript scrollState.clientHeight = _this.scrollerElement.clientHeight; ``` This is causing forced...
I'm moving this issue over from here since I have the very same problem: https://www.mitsuba-renderer.org/tracker/issues/277 The interpolated normals are causing some unexpected visual artifacts at steep viewing angles. I believe...
I used to be able to compile mitsuba for Windows, but with the latest git it doesn't work anymore. It does compile but when I run either the GUI or...
I have a simple case that looks something like this: ```javascript const myArray = observable([]); deepObserve(myArray, () => { console.log("array update"); }); runInAction(() => { myArray.length = 1; myArray.length =...
## 🐛 Bug description After building successfully I'm trying to test via: `wasm-pack test --chrome` and getting 184 errors during compilation of `socket2`: `error: could not compile `socket2` due to...
**Description** The WebGL backend doesn't seem to update uniform buffers correctly. **Repro steps** All details are in this thread by @zicklag https://github.com/gfx-rs/wgpu/discussions/3003 **Expected vs observed behavior** See above **Extra materials**...
I tried this library and it works well for most zip files but there is one which produced the above error: `Unzipping error: Error: Corrupted zip or bug: expected 19...
I have an example where a larger ellipse entirely overlaps a smaller one. This is how it should look like: Running that through `flo_curves` seems to produce this. Note that...
Really nice library! How difficult do you think it would be to be able to build it for wasm?