Josh Faust
Josh Faust
While this should really happen inside the p4 executable, I don't have the source code for that. We have symlinks from one portion of the tree to another, and this...
**Describe the bug** When passing a GL context to share into Filament *and* a native window handle to `createSwapChain()`, I get a `BadMatch` error thrown by the X server in...
The lesscss plugin replaces `@import` statements with template include statements, which is unexpected, and the way it's done means you cannot import things from outside the content root. This poses...
**Is your feature request related to a problem? Please describe.** In our project we're mixing Filament rendering with an external OpenGL-based renderer that handles the 2D UI. On non-web platforms...
`PerspectiveCamera.setViewOffset()` ignores the projection matrix and uses the fov, near & far values to re-create the projection matrix when you call it. With a camera provided by an AR system...
I'm not sure if this is a regression like #217, but it fails in the same place in `to_alpha_numeric_underscore_name()`. I tried to fix it while I was working on #218,...
Similar to #8922, but with `uv sync`. With the following pyproject.toml: ``` [project] name = "uv-repro" version = "0.1.0" description = "Add your description here" readme = "README.md" requires-python =...
**Describe the issue** Currently, when a task is run in the threadpool, all context vars are copied into that thread: ``` pfunc = functools.partial( # we must copy the context...
**Describe the issue** On the Webhook Workers page in the dashboard, there's a link to learn more: It leads to a 404 page **Environment** - Engine: Cloud
**Describe the issue** I'm unable to get static rate limits to work at all. They seem to reset their limit (not their value) to 0 as soon as they're used....