Adam
Adam
As of PR #90 kernel functions are referenced by index, ie. a usize value. This is not ideal as it incurs a bounds check every time a kernel function is...
Just a minor detail, but while building apitrace today I noticed you've got two consecutive cmake functions which both install apitrace.PIXExp, which is probably not intentional. https://github.com/apitrace/apitrace/blob/2b8019ae2b662ae7686cc2d18c28a83de846bd5f/scripts/CMakeLists.txt#L15-L24
flatpak-builder can't apply `git config http.postBuffer` workaround, necessary to clone llvm-project
### Checklist - [X] I agree to follow the [Code of Conduct](https://github.com/flatpak/flatpak/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/flatpak/flatpak-builder/issues) for a bug that matches...
Thanks for making this software, it's very useful. Is it safe to call `hashmap_delete` while using `hashmap_iter` (or `hashmap_scan`)? Would this ever result in invalid pointers, or in some items...
### Please confirm your submission meets all the criteria - [X] Please describe the application briefly. This is a baseapp with a build of Chromium Embedded Framework (CEF), but fully...
I'm dealing with an old file format where sqlite is used to fetch BLOBs of zlib-compressed data. As far as I can tell, zig-sqlite has only one way I can...