Cosmic
Cosmic
Looks like there is a failure with broken symlinks. I'll fix it tomorrow, not sure why I didn't see it when running the tests before
It looks like the issue was actually that ignored files would still be added to `num_files`. The simple fix was to just have `_add_zip_entry()` also return a bool that indicates...
Huh, weird that appveyor said that it succeeded when the 3.7 job failed. Looks like the build environment needs an update From: https://ci.appveyor.com/project/warner/magic-wormhole/builds/39857754 ```text generating cffi module 'build\\temp.win-amd64-3.7\\Release\\_openssl.c' running build_rust...
It looks like the only "failure" was a slight reduction in code coverage I'd be happy to add a test for sending a directory that includes sending an empty dir...
Sorry I don't mean to be a bother. Just trying to make sure that This PR and #34 didn't slip through the cracks. Both of them are pretty small changes...
No worries! Life has a way of keeping people busy at times I'll take some time this weekend to get things more up to date
I went ahead and opened a couple of pull requests to get things more up to speed (#31 and #32). I'm not sure if you're fine with me just merging...
Alright so just to give some insight on the direction I'm going currently. My current goal is to - Get things in the library up to date with current Rust...
Disclaimer: I've never used a mac so my advice may need to be tweaked. With that said my best guess is that your .bashrc file isn't being sourced since it...
I'm not sure if this crate is maintained anymore #21 #27 --- _All of this is from memory_ The main dependent is `inferno` which had a very simple usage for...