Greg Pfeil

Results 390 comments of Greg Pfeil

I’m happy to change any specific parts of this – e.g., change the license exceptions to an accept list instead of a reject list (as long as I get to...

Ah, I just found https://github.com/haskell/hackage-server/blob/799f4121885791fd1033c028ce35942bb6f86025/src/Distribution/Server/Packages/Unpack.hs#L505-L538 So, it seems it _is_ the `WITH` getting in my way here, so what do you think about making that a bit more lax? Even...

I’m having trouble finding an exception that _doesn’t_ add additional rights. Most of the are about allowing linking or copying interfaces in cases that aren’t covered by the base license.

A workaround is to use `AGPL-3.0-only OR AGPL-3.0-only WITH Universal-FOSS-exception-1.0`, but I’ll likely submit a PR with my suggestions.

Ah, [here](https://spdx.dev/learn/handling-license-info/#how) is the bit about still using `+` for non GNU licenses (scroll down to the “Allowing later versions of a license” heading).

I think two-scratch-files is a separate issue. This is just about the situation when `ucm` first starts. Once you are interacting with a running `ucm`, then opening things in different...

Hey, I haven’t touched this library in a while, but I’m happy to keep it in working order. Could you try running with the patch from #25? Looks like there’s...

Oh, and which Common Lisp impl are you using? This library has a lot of conditionally-compiled code.

Also, you may want to [replace your use of external-program with UIOP](https://github.com/sellout/external-program/issues/37#issuecomment-354123011). I haven’t reviewed UIOP to say that it’s definitively better than external-program (or even what different tradeoffs it...

Hrmm, yeah, I see this behavior too (also on 29.4). I don’t use spacious-padding, so I agree that this should be fixed here. However, I don’t see how your changes...