Klaus Frank

Results 190 comments of Klaus Frank

It's most likely because Source Tree was invoking a new executable (the git-crypt one) which the antimalware service had never seen before and that executable in turn will access a...

Your read the release note right? > The driver may crash your system and ruin your data unexpectedly, > since there might be software conflicts and I could only test...

For everyone ranting about the project, if you want to have a production ready solution with support, you should buy https://www.paragon-software.com/de/home/linuxfs-windows/ this. It works great, from what I've tested and...

@Heath123 Than contact the support of paragon software, it's a commercial solution with support, so just use it...

@Heath123: I'm using it without these errors. Others are using it without errors. So the error is not something that hits everybody. Than go and fill a bug report (or...

@Merith-TK this project is dead, it doesn't look like anyone is going to fix it. So it will just get worse over time as compatibility to the operating system keeps...

Or maybe you shouldn't expect something that hasn't been updated in ages to work on modern operating systems? I'm now going to clone this git repo because it could be...

I don't know why one wants to subtract IP addresses, but it could easily be done using something like this: ```powershell #powershell $minuend = ([System.Net.IPAddress]"192.168.2.27").MapToIPv6() $subtrahend = ([System.Net.IPAddress]"0.0.2.0").MapToIPv6() $difference =...

oh, you mean getting the symmetric difference of the address space and not to subtract the addresses (aka. there binary values) from each other. Than a more logical representation would...

I'd say this is intentional. Usable returns the first free address. And within a /32 there is just no address "usable", as the zero address is the netmask. It also...