Daniel Compton
Daniel Compton
It would be handy if I could resize the window to be full screen to view more detail at once.
It would be handy if this project published a changelog and tagged releases so I can easily see what has changed and upgrade to new versions.
https://github.com/wildbit/postmark-java
- [ ] Use `:require`, not `:use` - [ ] Document new features recently added
From the TODO list
One of the nice things about the NPM/Yarn ecosystem is that it is easy to add a dependency to your project by copy/pasting a line from the project's README which...
It would help reduce backup sizes on macOS for Time Machine and 3rd party backup tools if Leiningen's generated files, caches, and target directories were marked to not be backed...
In #734, lein added warning on dependency version ranges. This makes sense in the general case. However I noticed when running https://github.com/capitalone/cqrs-manager-for-distributed-reactive-services, that I got the following warning: ``` WARNING!!!...
The AWS SDK offers a [BOM](https://github.com/aws/aws-sdk-java-v2#importing-the-bom) POM that lets you specify the version once, and get a set of AWS modules that all work together. It looks like the [Managed...
### Problem statement: When doing releases using `lein release` if the release fails, your project can be left in a partially released state. To fix it you either need to...