Keating Reid
Keating Reid
This PR updates various math macros to avoid computing callable arguments more than once using the same technique that the `max` macro currently does. It also replaces them with C++...
Hello! I find libmowgli-2 really useful, so I decided to package it for the [Arch User Repository](https://aur.archlinux.org/packages/libmowgli-2-git/). I was thinking it might be a good idea to provide a link...
I found it useful to export results so that I could drop outliers from the comparison, so I modified the script to optionally output results to a .CSV file. I...
I would find it really helpful if winit provided a friendly interface for creating [layer shells](https://wayland.app/protocols/wlr-layer-shell-unstable-v1) in Wayland, perhaps as an extension of WindowBuilder. So far, I haven't been able...
## Summary Database: PostgreSQL 16 Version: 1.17.0 UUID columns generated by running `piccolo schema generate` have incorrect default values. This appears to be because `piccolo.columns.column_types.UUID` assumes that UUID columns with...
### Summary When `OpenAPIConfig.use_handler_docstrings = True`, OpenAPI operation descriptions are automatically generated from handler methods' docstrings. It would be great if this feature could be expand to include parameter descriptions...