Cody Schafer
Cody Schafer
Things that could help here: 1. print a warning/error message when execution of the compiler fails when trying to detect the version 2. provide a hook in espup to run...
Looking at the MPV code and Apple docs, here's my thoughts on where this issue might be originating: Lay of the land: - for video output, mpv is using the...
I had similar issues in getting cross compilation from `x86_64-darwin` to `x86_64-linux` working using naersk. After many variations, I found that carefully setting some env variables to point to the...
This seems like something that should be integrated into oe-core or meta-rust directly, at least as a `.inc` or similar so everyone doesn't need to write the same thing. I...
Might be a dup of #23
I'm the person who wrote `build-env` (and also added the target specific env var naming pattern it uses to the `cc` crate originally): The content of `build-env` was primarily written...
@razein97 I really appreciate the examples, they've been very helpful. I have noticed that one will want to call `egui::Context::request_repaint()` (passing in `cc.egui_ctx.clone()` to the menu creation function from `eframe::run_native`'s...
Persisting `/var/lib/private/servicename` creates the parent directory with wrong permissions `0755`
I've ended up tweaking the activation to ensure the `/persist/var/lib/private` (replace `/persist` with whatever your persistent storage is) has the right permissions before the impermanence activation copies those permissions to...
> There is also a separate problem brought up of the ARC's responsiveness to memory pressure in other parts of the system. From the freebsd issue, it sounds like this...
This appears to no longer be reproducible for me, possibly due to system changes pushed by corporate (iow: DNS now resolves properly inside docker containers running on rancher desktop). New...