refi64
refi64
Hmm I'm not entirely sure about this... I've definitely seen cases where XWayland not starting is a bug or configuration mistake, and thus this would end up essentially masking the...
I'm not sure why it's not saying the ECA isn't signed, [it *is* under the correct email](https://accounts.eclipse.org/user/613126/eca/3.1.0).
> Did you have issues with the cloud2edge post-install jobs? Or was it a theoretical motivation, expecting potential issues (the Helm post-install definition of "Executes after all resources are loaded...
``` nim proc main() = let (isO,v)=ttest(44) # .. ```
> ... and I'm having a hard time seeing how that could be a useful thing to represent! For some more context: I was running an app that had `--socket=fallback-x11`,...
I looked into this a *long* time ago now, so I don't recall the exact issue, but I think there was something weird about the parent process Flatpak was tracking...
(it is far too late for me to be commenting on GitHub so I might make some goofs here, but I have PTSD from rwlocks and wanted to mention this...
Was using Bazel for a rust project and ended up going down a rabbit hole to try and work around the cache issues. First off, the environment used to run...
@AlexOrozco1256 ah the "trick" is that I *didn't override* `cargo.buildScripts`. Just overriding `check` is enough to get diagnostics working. ideally I'd also override `cargo.buildScripts`; I have this entire slightly questionable...
so it turns out my entire digression above was completely unrelated: I had misread the exact message format, and the whole reason proc macros were broken for me was because...