Will
Will
## Thoughts on the Issue Filament's copy of SDL seems unable to produce a valid SDL environment. Moreover, the most recent version of SDL, when used in place of Filament's...
FP
Would be nice to see some FP patterns in this repo. https://github.com/graninas/software-design-in-haskell#Design-Approaches-and-Design-Patterns Are nice starters.
Addresses part of https://github.com/arximboldi/immer/issues/137 PS Thanks for your work
Nice filesystem watcher! You may be able to use this: https://github.com/e-dant/watcher-rs-cli/blob/next/src/watcher/adapter/linux/fanotify.rs If you're looking for fanotify support in this project. The relative lack of fanotify backends in filesystem watchers makes...
One of the only filesystems we can't watch is the virtual `/proc` filesystem on Linux. There is a way to create an ebpf program for the kernel to run which...
Recently, on both the `release` and `next` branches, our CodeQL builds have been coming up with this error: https://github.com/e-dant/watcher/actions/runs/6684346814/job/18161503474#step:5:74 We also found this error on a Clang build for Linux...
Every so often, we get an error like this: https://github.com/e-dant/watcher/actions/runs/5920128540/job/16051048104#step:5:33 I tried to address this in https://github.com/e-dant/watcher/commit/38d93a4e09bbcfa2298a3430212690814825b24a by adding a GitHub action to install cmake. Maybe that cmake action isn't...
At some point in the last two weeks, it looks like the GitHub hosted Windows runner changed. For some reason I do not understand, Windows is now failing to execute...