Mark Obad
Mark Obad
This has been fixed in the latest git version https://github.com/Majored/rs-async-zip/issues/29 @Majored Could you put out a new crate release that includes @JonathanxD's fix?
@jamesmcm I've been looking in to implementing this but I've run in to an issue that could potentially require some larger changes so I figured I'd ask for your input...
@milahu The way vopono works (at least how I understand it) is you first run vopono sync which generates a valid configuration file for every server, then later on you'd...
@jamesmcm > what would we save at sync time though? Just the user+pass (if we want to save that?) or can we rely on the servers being the same as...
There's more discussion here https://github.com/WireGuard/wireguard-vyatta-ubnt/issues/23 https://github.com/Lochnair/vyatta-wireguard/issues/98 https://community.ui.com/questions/Paket-loss-with-hwnat-enabled-to-Wireguard-device/e0112b17-ff0b-4348-893c-73b413873209 I was hoping 2.0.9 would solve it as it had a bunch of HW offloading fixes https://dl.ubnt.com/firmwares/edgemax/v2.0.9/changenotes-v2.0.9.txt but unfortunately not...
> I'm no longer interested in contributing to this project as I've moved on to a different backup tool. @Mossop I'm curious, which other backup tool have you moved on...
Yeah, it sucks... I tried to contact Questrade to see what was involved in getting a partner API account but they haven't responded... I might end up automating their private...
IB and QT are the only Canadian brokers with APIs I know of and a quick google didn't show anything else. Only the order API is going away so it...
Looks like ordering is gone :(
One way I've seen it done is if alignment fails it should retry with progressively smaller sizes of context untill it gets down to the default line by line. For...