Peter Monks

Results 70 issues of Peter Monks

* Fix for issue #108 * Fix for failing unit test fixture (URL had fallen out of sync with code) Output from `clj -A:test -M:runner`: ``` $ clj -A:test -M:runner...

Right now `discljord` leverages both [tools.deps](https://github.com/discljord/discljord/blob/1.3.1/deps.edn) and [Leiningen](https://github.com/discljord/discljord/blob/1.3.1/project.clj) build tooling, resulting in duplication of certain information (i.e. dependency versions, build plugins, etc.) and confusion for new contributors to the project...

bug report

[Depstar](https://github.com/seancorfield/depstar) was [deprecated on or soon after July 2021](https://github.com/seancorfield/depstar#use-toolsbuild) and is no longer maintained. `discljord` should migrate off it before too long.

bug report

[Discord API v10](https://discord.com/developers/docs/change-log#api-v10) was released on February 22nd 2022, and it would be nice if `discljord` was upgraded to the new version, and any new capabilities added to the library.

bug report

**Describe the bug** Since the release of 1.3.1 (2022-01-22) a few of discljord's dependencies have slowly fallen out of date. Some of those dependencies (and their dependencies, transitively) have been...

bug report

It would be useful to be able to ask `chime` for upcoming scheduled jobs. While my code could cache this information itself, I figure chime is already storing this information...

Addresses issue #119 - add antq tool to deps.edn

It would be ideal if [antq](https://github.com/liquidz/antq) was available as an alias in the Discljord build, to help with detection of out-of-date dependencies. Note: this won't help with the `project.clj` however...

bug report

Steps to reproduce: 1. `lein try` with a project that has only deployed snapshots, but no releases Expected result: - Snapshot version is downloaded and REPL is started Actual result:...

I realise [`update-classpath!`](https://github.com/lambdaisland/classpath/blob/main/src/lambdaisland/classpath.clj#L263) can be used to achieve this, but it would be handy to have a dedicated fn in the `lambdaisland.classpath` ns that took a "deps map" (i.e. just...

documentation