nicoo
nicoo
> Tip: If `nix copy` is slow, maybe consider using this trick (export + ssh + zstd + unzstd + import): https://github.com/divnix/std-action/blob/main/run/action.yaml#L116-L122 FYI, the “trick” you linked is gone from...
I considered what happened if `~~/` and `~~state/` are the same: in that case, `file_info(old)` and `file_info(new)` are either both non-nil or both nil, so the migration path is not...
I'll be happy to submit a PR for this... just not at midnight :wink:
bors retry
OK, Windows builds [fail](https://cirrus-ci.com/task/4616888431673344) due to some issue with how quoting works under Powershell...
Does the suggested instrumentation design makes sense? I pulled in pandas, which is a pretty heavy dependency (pulls in numpy and a bunch of other things), which I believe to...
Ohno, the nanosecond counters only exist in Python 3.7 and later :( I guess I should revert to the float counters?
OK, now that I have visualisation & stats output, I made the most basic control loop for the engine, and there is already a 12-fold improvement in jitter (0.9ms RMS...
I'm having some trouble converting `test_camera_point_in_viewport_not_at_origin` to an Hypothesis test. Now I'm unsure I understand correctly what `Camera.point_in_viewport` is supposed to do (it's either that or there's a bug in...
@pathunstrom OK; I still don't quite get what it's supposed to do (or in which coordinate system it operates, frame or viewport) so I will leave that test alone for...