Avaer Kazmer
Avaer Kazmer
Would it make sense to refactor `ecctrl` to not require changing the `tsconfig`? It's inconvenient for downstream library users to be required change their TS config to a less recommended...
FYI I implemented a version of CPU based splat sorting here: https://github.com/f3d-app/f3d/pull/2593 It works for me, and maybe it can be useful to the anyone else experiencing this issue.
I'm getting this on Windows 11, node v22.11.0. I am using CMD to run `wrangler dev`. My `node` was installed with `fnm` per the default recommendation at https://nodejs.org/en/download/package-manager/current
> A quick fix is wrapping it in a try-catch, and shoot a warning to the user that We could not initialize a git repository for your agent, as git...
Maybe use chatgpt for suggestions.
We were using `shared` CPU mode in fly.io, which results in up to 5ms being used every 80ms (https://fly.io/docs/machines/cpu-performance/). I updated the deployment to use a `performance-2x` machine, which should...
@mwestphal This was written as a hack, I just needed to get correct splatting results on MacOS CLI. Tbh I have no clue about the f3d codebase, or how this...
Logs are already being written via `winston`. Although it is not currently done, we could print the log location on a crash.
This is intentional. What is the alternative? What path was expected?
Needs rebase.