Laurence Gonsalves
Laurence Gonsalves
Are there plans to make new releases? Do the maintainers need any help with this issue? 3 years is a _long_ time to go without a release, especially when so...
@dmike23 Where did you get that command? "dvdrip>" looks like a prompt, not part of the command, but based on the error it sounds like you typed it in.
> I would look at solving this via #11265, rather than adding more flags. That issue is closed due to inactivity. That said, I have to say I disagree. Magic...
My understanding is that: - `upToDateWhen` determines whether the **previous** output can be reused for this current execution. - `cacheIf` determines whether the **current** output should be saved in the...
@yole If you don't wrap after the open paren you end up with: ``` fun longMethodName(argument: ArgumentType = defaultValue, argument2: AnotherArgumentType ``` so parameters after the first are vertically aligned...
tl;dr: It looks like something is getting cached in `buildSrc/.gradle/buildOutputCleanup/` that's preventing changes to excludes from being honored. --- I ran into this same problem: ktlint was reporting errors in...
It appears that `org.json:json:20220924` does not fix the problem. I added the constraint in our build as suggested above, and dependency-check still detects the CVE. Looking at the issues for...
> it doesn't seem to be reliably working [Perhaps this is why.](https://github.com/JLLeitschuh/ktlint-gradle/issues/743#issuecomment-2048611668)
Also, given that `orderedItems` appears in this list, I wonder if: - the object form of natural language properties, `nameMap`, `summaryMap`, and `contentMap`, should be added to this list -...
[This PR](https://github.com/w3c/activitystreams/pull/526) implements the proposed fixes from above.