lictex_

Results 7 issues of lictex_

**Describe the bug** * as title **To Reproduce** 1. create an empty scene and make some instances with gn 2. export the scene to gltf with `Apply Modifiers` 3. got...

exporter
Blender

currently its hard to figure out which button triggered a drag start & end event: * for `drag_started`, checking `response.drag_started() && ui.input().pointer.button_down( ... )` usually works. however this could be...

bezier curve can cause assertion fail and panic in some edge cases (typically when there are overlapping points). example ![image](https://user-images.githubusercontent.com/13201009/209523858-e8a1ca8b-4116-4aee-9a15-8e455eec6e40.png) this patch adds a check to ensure that there are...

### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits of both this extension and the webui ### What...

https://github.com/leonardssh/vscord/blob/e273b2f80991c2d4639281a0ce2613f84a87bc2c/src/controller.ts#L144-L145 extension can no longer detect any window state change after `disable()` not really know what `Disconnect On Idle` is designed for. if its just used to hide the user...

bug

### Windows build number: 22631.3737 ### Your Distribution version: openSUSE Tumbleweed 20240702 ### Your WSL versions: WSL version: 2.2.4.0 Kernel version: 5.15.153.1-2 WSLg version: 1.0.61 MSRDC version: 1.2.5326 Direct3D version:...

bug

some cdn providers could buffer the response data, which might potentially affect sse response parsing. looks like there s already some code handling this... https://github.com/google/adk-web/blob/aebc8591ac27bf08d1b9ccf641ad9c8a5a05826d/src/app/core/services/agent.service.ts#L78-L96 but that actually behaves weird....