Peter Monks
Peter Monks
It would be pretty awesome if Leiningen was to embrace the Linux Foundation's [SPDX collaborative project](https://spdx.org/) for everything related to licensing. There are many possibilities here, but at a minimum...
Currently `unfurl` blindly issues an [HTTP range request](https://tools.ietf.org/html/rfc7233) without checking if the server supports them or not. Although servers are supposed to return the full content with a 200 status...
### Description of Problem: [oEmbed](https://oembed.com/) is [not yet supported](https://github.com/pmonks/unfurl/blob/master/src/unfurl/api.clj#L33). This request is to add support for it.
`deps-deploy` indirectly depends on `org.springframework.build/[email protected]`, via `s3-wagon-private/[email protected]`, but this is problematic for a couple of reasons: 1. [The `org.springframework.build/aws-maven` project was deprecated in 2019](https://github.com/spring-attic/aws-maven) 2. [It has a vulnerability via...
The iterate-dir function consumes all available heap and throws an OOME on large directory structures. The following typescript demonstrates this problem in a couple of different ways when the function...
## Wanted features: **As a** user who is providing a random image file from a directory (currently via scripting, until ~~#834~~ #829 is addressed), **I want to** be able to...
Over time I expect there will be increasingly widespread adoption of [tools.deps](https://github.com/clojure/tools.deps.alpha) for expressing a library's dependencies, as well as increasing use of Leiningen/tools.deps integrations (such as [`lein-tools-deps`](https://github.com/RickMoynihan/lein-tools-deps)) to minimise...
lein-midje on JDK9 fails with the following exception: ``` Exception in thread "main" java.lang.ClassNotFoundException: sun.misc.Launcher, compiling:(dynapath/defaults.clj:29:3) at clojure.lang.Compiler.analyzeSeq(Compiler.java:6875) at clojure.lang.Compiler.analyze(Compiler.java:6669) at clojure.lang.Compiler.analyze(Compiler.java:6625) at clojure.lang.Compiler$BodyExpr$Parser.parse(Compiler.java:6001) at clojure.lang.Compiler$LetExpr$Parser.parse(Compiler.java:6319) at clojure.lang.Compiler.analyzeSeq(Compiler.java:6868) at clojure.lang.Compiler.analyze(Compiler.java:6669)...
This PR adds unit tests that exercise issue #234. They're (deliberately) minimal, since license comparison is expensive and already a sizable portion of the runtime of the unit tests, but...
When the various `org.spdx.utility.compare.LicenseCompareHelper` methods are called with the [official MIT license text](https://mit-license.org/license.txt), the library gives inconsistent results (emoji represent whether each one is an expected result or not): *...