David Scott
David Scott
[prometheus](https://prometheus.io) is a very popular time-series data storage and querying system. It goes well with dashboards like [grafana](https://github.com/grafana/grafana), making pretty pictures like this:  We've got an OCaml implementation...
I've been writing some scripts which share some common code in a separate module. When I edit the script itself and run it, the code is recompiled as expected. When...
This PR includes support for 7.24, 7.25 and 7.26 and sets the default to 7.26. The differences are - `lseek` (for `SEEK_HOLE` and `SEEK_DATA`) - `FUSE_PARALLEL_DIROPS`: allow parallel lookups and...
Previously the packets were all read into a list which required a lot of memory for long traces. This patch reads the packets lazily from the stream, just in time...
I'm writing a program which has an option for writing .pcap files for debugging. I'd quite like functions like: - a header creation function which fills in the version and...
### Description [First of all, thanks for writing this awesome piece of software!] Using the gvisor tcpip library on macOS (across a range of versions, including the latest I could...
## Summary - Updates the `crazy-max/.github` reusable workflow from commit `d9a10e2` to `387d336` (latest) - Updates CircleCI configuration to use Xcode 14.3.1 with `m4pro.medium` resource class - Fixes both GitHub...