Caio Oliveira
Caio Oliveira
In my case, I might stay a few updates without booting a Clear kernel. When I do, it does make sense to me to also have the "latest from Clear"...
> In particular if we unpacked tarballs as a dedicated user we wouldn't need to worry if files are going to be overwritten via symlink attacks. It is possible to...
Note: I'm not against changing the Manifest or anything, and my first intuition when I was learning swupd was that would be better if the hashes referred to file contents...
It seems to me all your issues are related to using the 'tar' program, which we are not using anymore: client uses libarchive, and server uses Go archive/tar package (assuming...
> In this example, it would configure sshd to allow passwordless root in /etc (if needed at all) while the update will change the default. I do understand (and empathize)...
@spnda @ocornut Suggestion to move forward with this, based on the previous comments: - For this PR, we always load `vkCmdBeginRenderingKHR` and `vkCmdEndRenderingKHR` at runtime as Sean suggested. Because this...
@spnda Good to hear you are still invested, I'll focus on the loading part then. I said earlier "This would allow us to get rid of the IMGUI_IMPL_VULKAN_NO_PROTOTYPES." but looking...
Update: I've implemented the `API()` approach and didn't liked it, so I've tried something different: put the whole implementation inside a namespace. The function pointers can have the regular names,...
> If the initial suggestion of just loading those 2 functions with a specific name is easier we can consider it. I expect it to be easier because we can...