Marcus Cobden
Marcus Cobden
Hmm, I've been trying to find an explanation of `UUID_SUB` to not much avail. `/dev/disk/by-uuid` definitely points to the UUID field as identifying the disk. It's not the partition ID,...
I have a similar issue, except the struct is a `time.Time`. I just tried the `omitempty-structs` branch, but it doesn't cover that scenario.
I'm new to the world of WSDL, so don't have any examples to test against. It's fairly striaghtforward to catch: if you marshal and serialise a request struct to bytes,...
Thanks for looking into this in such detail! In the interim I've switched to xsdgen, and manually built the soap envelope handling for my service. I'm working with an operation...
In case it's of interest/inspiration [zeep](https://github.com/mvantellingen/python-zeep) is relatively new, and seems to have a nice [unit & integration test suite](https://github.com/mvantellingen/python-zeep/tree/master/tests)
Between 0.2.4 and 0.2.5 the commit most likely to impact performance was 974270d180385acf4044b68557cbe8767ebf1ab4; which was aimed at reducing memory consumption. Looks like it dropped a DAG library in favour of...
This repository hasn't changed since 2016, it's a miracle it still works! You could try reverting https://github.com/bozaro/git-lfs-migrate/commit/974270d180385acf4044b68557cbe8767ebf1ab4 yourself locally, or just using version 0.2.4. Or look at the '[network](https://github.com/bozaro/git-lfs-migrate/network)' around...
Sorry, I have a contributor badge here because my PR was merged once, I have no permissions on this project! It sounds like you'd need to find the project you...
Hey @bozaro, do you have any time to review this PR? :)
Cool, I'm happy to adapt it if you have any examples On 6 January 2017 21:20:36 GMT+00:00, "Artem V. Navrotskiy" wrote: >Idea is good. But I want to make another...