Nicolas Estrada

Results 24 issues of Nicolas Estrada

Hello, I'm experiencing an issue similar to #77 but the proposed fix does not work for me. My situation is a little different however, I'm running the latest Jenkins in...

Hello, Firstly thank you for this very useful tool used with selenium + headless chrome. I'm currently running this script as a sidecar container in Kubernetes but I'm unable to...

Hello, I have a perhaps rare but not unheard of usecase where I need to read a configuration file with custom reader macros (like integrant's `ig/ref`). Therefore I've provided a...

enhancement

Hi, I've developed the Google Java client for httpbuilder-ng and while everything seems to work fine in scripts for some reason within the groovy console I'm getting the following exception:...

Hi in the README for the scripts it is stated that: ``` --data_log_dir The directory where the ZooKeeper process will store its write ahead log. The default is /var/lib/zookeeper/data/log. This...

**version** ```bash $ git status HEAD detached at v0.9.161 nothing to commit, working tree clean ``` **platform** ```bash $ uname -a Linux drnick-xps-15-9500 5.15.0-46-generic #49~20.04.1-Ubuntu SMP Thu Aug 4 19:15:44...

PR welcome

In your example running the `validate` and `explain` (with `humanize`), it seems that the optional keyword doesn't work. ```clojure (->> (m/decode Config [] cli/cli-transformer) (m/explain Config) me/humanize) => {:show-config? ["missing...

Needed to be able to spin pods with service accounts on GKE (needed for workload identity), and `stdin:true` and `tty:true` options set. That way I can execute arbitrary scripts into...

Simple fix to properly mount volumes on ephemeral pods

When upgrading from 7.2.2 to 7.3.0, when trying to produce avro events using the produce v3 API, I get the following error in the json body: ```json { "error_code": 400,...