Peter Monks

Results 160 comments of Peter Monks

`s/binary/package` - my point remains. Regarding offline usage - that was one of my thoughts too, but the reality is that I'm offline rarely enough that that wouldn't be a...

The SPDX license list is available in a [variety of data formats](https://github.com/spdx/license-list-data), including [JSON](https://raw.githubusercontent.com/spdx/license-list-data/master/json/licenses.json). The "API" (such as it is) is simply an HTTP GET of [this resource](https://raw.githubusercontent.com/spdx/license-list-data/master/json/licenses.json). From that...

Note that [SPDX](http://spdx.org) solves this issue in a standard way - see issue #14 and the fork that's referenced from it (soon to become a PR cc @maoo). <advocacy mode="on">...

Note: I'm working on a PR for this as we speak.

~~Where is that var to be found? Also, please let me know if I forgot to make this PR editable - I usually do that but sometimes forget.~~ Never mind...

@JohnnyJayJay > 2 things: > > - shouldn't the libraries be updated in leiningen as well? Done. See also issue #116. > - please add the version bumps to the...

Updated test output: ``` $ clj -A:test -M:runner WARNING: Use of :main-opts with -A is deprecated. Use -M instead. Running tests in #{"test"} Testing discljord.connections-test Jun 05, 2022 5:31:45 PM...

@JohnnyJayJay the stable version of http-kit (2.5.3) doesn't function correctly on any JVM newer than v11 (including the latest LTS, v17). Therefore I would strongly encourage `discljord` to use http-kit...

FWIW http-kit now has an official 2.6.0 release out, so I'll look at updating this PR today, if that's helpful.

Latest test output: ```shell $ clj -A:test -M:runner Running tests in #{"test"} Testing discljord.connections-test Sep 25, 2022 9:15:39 AM clojure.tools.logging$eval10967$fn__10970 invoke INFO: Connecting shard 0 2022-09-25 09:15:39.392:INFO::async-dispatch-3: Logging initialized @4695ms...