Atlinx

Results 14 issues of Atlinx

If I use GUI.enabled in a property drawer for one of the properties in a node, it ends up disabling huge swathes of unrelated properties as well. For example, in...

I have a bit of html that is supposed to render data fetched from a backend in markdown: ```html {{ project.description }} ``` I run a change detector after fetching...

enhancement

I've noticed that whenever I wanted to cancel a tween immediately, I'd have to wait until the end of the frame for the tween to stop. Is it possible to...

If you run `pal create` and specify the project as using npm, it will create run package.json scripts that use yarn. ```json "scripts": { "generate": "pal g && yarn generate:prisma...

I haven't found a way to get references working yet, so I've just copied the attributes file over to the code generator csproj. Here's the extension method I use to...

**Issue description:** The latest GitHub release doesn't include osx-arm64 builds, despite the arm64 option existing for osx (see 0a2b5f8fabe52e000dcf273d987a9e4c08bbfa8a).

bug

I'm using a custom build of Godot, and the export templates `.tpz` is stored inside of a zip file, so I cannot just pass it into `godot_export_templates_download_url` argument. It would...

enhancement

**Description:** When `pointerLockEnabled` is true on the `look-controls` component for a `camera`, the camera sometimes randomly snaps while the mouse is moving around. - A-Frame Version: 1.4.2 - Platform /...

When I tried using an ngrok tcp tunnel to point towards a tokio-tungstenite websocket server on my localhost, I get an "httparse error: invalid token" error. Does anyone know why...

question

**Describe the bug** A clear and concise description of what the bug is. Plotting values in real-time (adding + removing values such that total # values is the same) does...

bug