- Massachusetts, USA
- http://trurl.freeshell.org/
- Joined on
2024-09-22
Hm, let's actually do this via PRs from https://git.sdf.org/trurl/wmaker.
I like the Google C++ style guide's prescription on this, but we don't have a lint, so... sure.
I don't see how I can reasonably use with_addr to retain provenance when converting values stored in the array from usize back to pointers. The problem lies in how this API is used by existing…
On the bright side, ditching WMArray and WMHashTable will be possible soon-ish.
There are crates that provide pango bindings, but there's some weird provenance (https://github.com/yeslogic/fontconfig-rs/issues/52), and nothing seems like a drop-dead obvious thing to drop into…
I'm not sure I can do this. Is there a .cast() method for converting between raw pointer and non-raw-pointer types? For example, most of the time this file uses as, it's casting a usize to…