James Elliott

Results 241 comments of James Elliott

That was fast! 😀 Thank you, and I apologize for my confused comment which briefly offered an incorrect suggestion.

I have found GitHub Actions quite flexible and powerful. I publish a cross platform jar, Windows MSI, and a notarized, code-signed macOS package as release artifacts (both snapshots and final)...

And while I don’t yet auto-publish my library projects to Maven central, that looks straightforward, using the same mechanism to manage secrets as I do for the Mac signing and...

I wonder if the lack of this is what is preventing http-kit from successfully responding to WebSocket requests from my browsers? I get `[Error] WebSocket connection to 'ws://localhost:16000/ws' failed: Compressed...

Whoops, I thought I had tagged that state of the project in Git, but I was missing a few files, so it took me a little work to get back...

This looks like an expected result for a project that uses [slf4j](http://www.slf4j.org/manual.html) to configure logging. My own library does this, but I have the following sentence in my README, so...

I had intended to write a Medium post about how I got this working, but then the pandemic intervened and totally wiped the details and plans from my brain. 😞...

Once you are ready to dig into those I can give more details about sections, and things that tripped me up, and how I configured the secrets needed for the...

This should not be a problem; Carabiner is designed to run outside the context of BLT. You can install it and launch it manually before running BLT, and BLT will...

In general, however, I would discourage the practice of killing BLT using the task manager; it prevents it from doing important cleanup, and can cause loss of data that it...