Allen Dang
Allen Dang
**Is your feature request related to a problem? Please describe.** Recently I found out using AI to generate a git commit message is very handy, so I think it should...
If I put a combobox at the very bottom of window, it's drop down popup will be totally clipped, seems the popup is drawn within the window. I guess it...
**Is your feature request related to a problem? Please describe.** In macOS, each time when I launch neovide, the window will appear with a small size and zoom out to...
### Description(required) ### App Version(required) 1.5.4 ### OS Version(required) macOS 14.2 ### Snapshots 
**Describe the bug** I tried to create a self drawing sprite with following code. BallSprite.lua ```lua BallSprite = {} class("BallSprite").extends(NobleSprite) function BallSprite:init(x, y) BallSprite.super.init(self) BallSprite:setSize(16, 16) BallSprite:setCollideRect(0, 0, 16, 16)...
I noticed in the README states the draco is supported. But I cannot find any instruction but only a `#define CGLTF_EXTENSION_FLAG_DRACO_MESH_COMPRESSION` seems related. How to enable it?
When asking questions or reporting issues, it is very helpful if you can include: - Aider version (python -m pip install git+https://github.com/paul-gauthier/aider.git@main) The easiest way to do this is just...
From the video in your demo, I glanced that you could implement object coordinate from blender to UE. I've downloaded your plugin to blender 3.2 and tried to copy to...
@gucio321 Can you help to test whether giu will still crash on linux? I add the fonts.Clear() back in order to display Chinese characters.
Crash will happen if add following lines to `Cargo.toml` ``` [profile.release] strip = true lto = true opt-level = 3 codegen-units = 1 ``` I'm using macOS v14.0 with comfy...