Charles Duffy

Results 71 issues of Charles Duffy

Fixes #953 ## Requirements This should not be removed from draft state until the below are checked. - [x] Documentation is updated - [ ] Test coverage has been extended...

- Signing package repositories is good. - Letting the keys used to sign package repositories be copied off of the server authorized for that use is bad. - Hardware-backed key...

This is a very helpful project (paired with a very helpful article). That said: Having an explicit software license, or an explicit commitment to the public domain in absence of...

Since #102, the V4 (graphql) API has been used whenever access tokens are provided. However, the graphql API does not support fine-grained personal access tokens; attempting to use them results...

Given the following POM: ```xml 4.0.0 mvnTest mvnTest jar 0.0.1-SNAPSHOT mvnTest A demonstration src target target/classes org.clojure tools.reader 0.10.0 ``` ...the generated `project-info.json` references several artifacts which are not given...

Prevents items from not having any URL entry when present in the current user's local Maven cache. Adds dependency on commons-io for FileUtils.getTempDirectory()

When stdin is connected to an interactive terminal... ``` $ clj-jq -c . $ ``` Observed with clj-jq 2.1.0. Curiously, `echo '"hello"' | unbuffer -p clj-jq -c .` (despite emulating...

Consider the case where someone has a root filesystem image mounted at `/mnt`. Right now, the `symlinks` tool cannot be usefully used against such an image: - An absolute link...

The design of Ifrit makes a great deal of sense for the general case of folks on POSIX-y operating systems. On Windows, however, `os.Signal` is not so much a thing...