J0J0 Todos
J0J0 Todos
It's currently untested when this feature is used together with the `--keep-new` option. The `dest` option seems to be mandatory, so supposedly there shouldn't be a problem with writing the...
Interesting, now I'm getting exactly the error I was kind of hoping for. Something is different on Windows but atm I don't know how to proceed: Testfile was created on...
Hi @sampsyo , I think this PR finally is ready for the final review. I tried to make sure that unicode files reading and writing is working on Windows by...
Okay, okay, I did some homework and finally read the msdn article that's linked within the syspath() function (https://msdn.microsoft.com/en-us/library/windows/desktop/aa365247.aspx) and some stackoverflow answers. I think I get it now. It...
I don't want to leave all the clutter of the last 2 messages standing as the final messages here. All this is probably esoteric at the moment and as always...
Hi @sampsyo and @wisp3rwind, how can I help getting this feature merged? It might just be a matter of time and resources on your end. Please tell me if there's...
There where some changes in master in test_convert.py and changelog.rst, rebased them in, fixed conflicts, did some test runs (`tox -e lint`, `python -m unittest discover -p 'test_convert*'` and `python...
Ready for a final review.
> I am not sure if this is related to LUKs directly. I seem to also be affected by this if I try to setup LVM manually without LUKS Hi...
Hi @adriaandegroot, > Starting over: > > ``` > dd if=/dev/zero of=/dev/sda bs=1M count=64 > parted /dev/sda mktable gpt > parted /dev/sda mkpart fat32 2048s 300M ... ... > Start...