Philipp

Results 12 comments of Philipp

@arnauorriols realized that #97 has a race condition. #107 is my fresh approach that solves the undetected failure to open the connection (on first command exection) which currently leads to...

The workaround should work for Node IDs of type string that contain double quotes but is otherwise brittle. I cannot find anything in the standard limiting the use of strings...

I can’t do that myself as I don’t use B2 with Proxmox at the moment. I’d be happy to merge PR if you can prepare one, though!

Hey @MaartenUreel, I don’t use B2 with Proxmox at the moment so I’m not sure where that is coming from. But maybe this helps: https://github.com/padelt/vzdump-plugin-b2/issues/3#issuecomment-373209720 If you figure it out...

Maybe the changes I just merged help you with gpg? https://github.com/padelt/vzdump-plugin-b2/pull/5#issuecomment-578422314

Yes, the interaction with the device most likely must be different. Without documentation or a lot of logged interaction with the reference driver/application, there is nothing we can do. If...

Great to hear there is a reference! Should be no big thing to transfer the interaction patterns. Hope someone steps up to implement it!

Would love to if I find time. Lacking exactly that - please don't wait for it in the near future. :-/

Not a big fan of refactoring working code _only_ to conform to things like `Too many branches` or `Variable name "th" doesn't conform to snake_case naming style (invalid-name)` in general....