Dave Roberts

Results 17 issues of Dave Roberts

I added a dependency to a project but forgot to `:require` it in the namespace form. A few days later, thinking that I needed it again, I re-added it via...

I just recently installed restclient and tried out the examples in the README.md and the first example, to api.github.com, returns a "peculiar error." Oddly, copying it to the clipboard and...

I've started using Injest in some of my code and I'm liking it. You should also look at some of the ideas in Packthread (https://github.com/maitria/packthread). It would be interesting to...

Previously, if the user supplied a vector argument to fill-multi or fill-human-multi, Etaoin would convert the vector to a map, then convert the map to a sequence of MapEntry pairs,...

**Problem/Opportunity** Today, `fill-multi` and `fill-human-multi` both take a parameter named `q-text` that specifies a set of field names that should be filled and a set of corresponding strings that should...

**Version** This was a private development branch, but the most recent common parent is 602e0ecb47a189e3e08a9d796034fed6ed6a575d. **Platform** `bb tools-versions` reports: ``` Mac OS X version: 14.6.1 arch: aarch64 Java 17.0.12 -...

**Problem/Opportunity** Today, most of the tests in the Etaoin test suite are positive tests that validate that Etaoin can do something. They test the "happy path." There are little to...

**Problem/Opportunity** Today, most Etaoin API functions document what happens upon success, but they are largely silent about their behavior in error conditions. Do they return `nil`, another special value, or...

**Version** 1.1.42 **Platform** MacOS Safari over many years and many different versions. I just ran into this on the latest Sequoia 15.0.1 version of Safari. **Symptom** You call Etaoin's `click`...

**Version** [Please specify what version of Etaoin you are using. If you are referencing via `:git/url`, specify the `:sha`] **Platform** CI environment, Windows, Chrome, Babashka **Symptom** Exception during CI **Reproduction**...