Peter Monks

Results 68 issues of Peter Monks
trafficstars

[This post](https://cinematheque.social/@12pt9/109786219724322016) is not being rendered correctly, as shown here: ![image](https://user-images.githubusercontent.com/54865/215903846-dd773481-e5b8-4df3-8c32-ab55e3bb2687.jpeg) Note: other clients I checked render it correctly.

bug

**Steps to reproduce:** 1. In an empty directory, create a `deps.edn` file with this content: ```edn {:deps {mysql/mysql-connector-java {:mvn/version "8.0.30"}} :aliases {:outdated { :deps {com.github.liquidz/antq {:mvn/version "RELEASE"}} :main-opts ["-m" "antq.core"]}}}...

enhancement

I've just started looking at the [API](https://github.com/liquidz/antq/blob/main/doc/use-as-library.adoc), and was trying to figure out how to use it to report on and upgrade all of the various types of dependency file...

EDN does not support regular expression literals (`#""`), and because `tools.deps` uses EDN for defining and configuring build tasks (such as Codox), the use of regular expressions in Codox's configuration...

The [CC-BY-3.0 license text published by Creative Commons](https://creativecommons.org/licenses/by/3.0/legalcode.txt) commences with this text: ```text Creative Commons Legal Code ``` But the [associated SPDX template](https://github.com/spdx/license-list-XML/blob/main/src/CC-BY-3.0.xml#L12-L18) is missing this text, so matching against...

The [LGPL-2.0 license text published by GNU](https://www.gnu.org/licenses/lgpl-2.0.txt) has, at line 102, this text: ```text GNU LIBRARY GENERAL PUBLIC LICENSE ``` Similarly, the [LGPL-2.1 license text published by GNU](https://www.gnu.org/licenses/lgpl-2.1.txt) also has...

Possibly also related to Java 8 Lambda classes? **Steps to reproduce:** ``` $ java -version openjdk version "17.0.5" 2022-10-18 OpenJDK Runtime Environment Temurin-17.0.5+8 (build 17.0.5+8) OpenJDK 64-Bit Server VM Temurin-17.0.5+8...

"Public Domain" is not a license, and so shouldn't be reported as such (see [this post](http://wiki.spdx.org/view/Legal_Team/Decisions/Dealing_with_Public_Domain_within_SPDX_Files) for details).

Addresses issue #7, by adding a SPDX synonyms.edn example.

It would be great if the set of source strings in each synonyms.edn entry were able to be regexes, rather than just static strings. As can be seen [in the...