Tyler
Tyler
- [ x] I have searched open and closed issues for duplicates. ---------------------------------------- ## Environment info - Duplicati version: 2.0.2.2 - Operating system: Arch Linux - Backend: Google Drive ##...
Open issues, etc. +
Endpoint for adding groups, removing groups, adding user to a group, removing user from a group, getting users currently in a group, getting all existing groups. Incredibly useful for authenticated...
if I patch a binary, it runs, but GDB is broken. ```gdb warning: Unable to find dynamic linker breakpoint function. GDB will be unable to debug shared library initializers and...
Implements Eq, PartialEq, and Hash for the SparseSet, if the contained type satisfies the trait bounds. Also adds github actions for CI
Lot's of prints without parenthesis for example which cause issues. also dependencies which are part of the standard library and shouldn't need to be declared (argparse, wsgiref.)
``` [ 45%] Building CXX object nvpro_core/CMakeFiles/nvpro_core.dir/nvvk/gizmos_vk.cpp.o /home/tport/code/nvpro_core/nvvk/extensions_vk.cpp:2694:15: error: ‘VkBindVideoSessionMemoryInfoKHR’ does not name a type; did you mean ‘PFN_vkBindVideoSessionMemoryKHR’? 2694 | const VkBindVideoSessionMemoryInfoKHR* pBindSessionMemoryInfos) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | PFN_vkBindVideoSessionMemoryKHR /home/tport/code/nvpro_core/nvvk/extensions_vk.cpp: In...