Results 14 issues of David Harrigan

**Is your feature request related to a problem? Please describe.** It's often quite difficult, in large namespaces, to know which functions (for example) are being used outside of that namespace,...

enhancement

Hi, I'm experimenting creating a JRE from a JDK as outlined here, in this blog post: `https://blog.adoptium.net/2021/10/jlink-to-produce-own-runtime/`. Unfortunately, I'm receiving this error when attempting to analyse the jdeps of my...

Hi! Firstly, thank you for considering this as an inclusion to Flatcar. We use Flatcar at work for our staging and production environments to run docker containers on ECS as...

kind/new-package
platform/AWS

Hi, Trying out the new feature and with it on, I receive a error: ``` Execution error (ExceptionInfo) at clojure.tools.deps.extensions.git/coord-err (git.clj:46). Failed to infer git url for: depify/depify Full report...

bug

Hi, `Clojure CLI version 1.11.1.1435` ``` openjdk 21.0.1 2023-10-17 LTS OpenJDK Runtime Environment Temurin-21.0.1+12 (build 21.0.1+12-LTS) OpenJDK 64-Bit Server VM Temurin-21.0.1+12 (build 21.0.1+12-LTS, mixed mode, sharing) ``` ``` com.fzakaria/slf4j-timbre {:mvn/version...

Following their verified group names recommendation: https://github.com/clojars/clojars-web/wiki/Verified-Group-Names Bump up Clojure and test check to latest versions -=david=-

At work, we often share files between ourselves (remote workers) using [magic wormhole](https://github.com/magic-wormhole/magic-wormhole). This provides a very quick and easy way to get a file from point A to point...

evidence

Hi, Using zrok 0.4.0. Presently, it's possible to get, set and unset config values that apply to zrok using ``` zrok config get/set/unset ``` Would it be possible to show...

evidence

Hi! I wonder if would be possible to release 0.0.5? so that the commit that makes this library compatible with Clojure 1.11.0 onwards can make itself available to others please?...

It's useful, during testing, when using a SOCKS Proxy, to allow the HostnameVerifier to be set to a NoopHostNameVerifier - similar to how *non SOCKS proxy* connections allow this to...