Sebastian Schuberth

Results 1473 comments of Sebastian Schuberth

> Can you link a tag/commit SHA of the broken commit? See https://github.com/oss-review-toolkit/ort/blob/reuse-issue-793/buildSrc/src/main/kotlin/LicenseUtils.kt#L67 / https://github.com/oss-review-toolkit/ort/commit/774ba64a90724307e21541de0f7bbca5cfa615df (i.e. use branch `reuse-issue-793` of ORT and look at file `buildSrc/src/main/kotlin/LicenseUtils.kt`, line 76).

> and therefore cannot be updated. So, is there any other way to make the launcher compatible with Google accounts managed by Google Family Link?

Is there currently also a way to make the `OrderedSetConverter` (in this example) take a `Comparator` if the element class itself does not implement `Comparable`? It would be cool if...

I wouldn't necessarily call this a bug in `git-lfs` but rather a missing feature. Windows cannot execute `.sh` files directly. In Git-for-Windows there's [some logic](https://github.com/git-for-windows/git/blob/090a092/run-command.c#L251) to leverage `sh` if the...

> cmd.exe that is said to handle spaces in the path differently than Git. That's pretty vague (and the first time I hear this). Could you provide some details? In...

But this works: `cmd.exe /c ""notepad.exe" "C:\1.txt""`, i.e. simply but the whole string in quotes, too.

> @sschuberth do you have any thoughts about testing under Cygwin on AppVeyor? Not really, as I try to avoid Cygwin where I can (in favor of MSYS2). However, as...

That doesn't work as `cygwin` itself it not a command. Also, like I mentioned I'd recommend to use a matrix build to cleanly separate the MINGW64 / Cygwin builds. Here's...

> Great; would you like to PR this? I'm not sure this is a good idea as I do not intend to finish this, sorry, and I do not want...