Stephen Starkey

Results 12 issues of Stephen Starkey

Greetings, There is functionality mentioned in the project's README that can't be used by the current published release (namely, the ability to do both a `:swap` and `:only` in a...

Hello! I've got a Clojure project that I'd like to integrate Kanzi into. It uses Leiningen to manage dependencies, which requires it to pull from either a Maven repository (for...

Could be the combination of switches I used. I did: ``` lein new luminus prj +reitit +sqlite +cljs +swagger +auth-jwe +oauth +cucumber +kibit lein run ``` And got: ``` ......

I have an app running in production for which I'm attempting to upgrade the sqlite3 JDBC drivers. It appears that I can write new documents, but not update existing ones....

bug
1.x

Would love to be able to use: https://github.com/priyank-p/simplepicker Thank you!

Greetings, Would love to know when this plugin will be updated to work with the latest version of IntelliJ IDEA? Thanks!

While evaluating this library for use in my project, I discovered several security vulnerabilities in its dependencies: retrofit-2.1.0.jar: CVE-2018-1000850 jsoup-1.10.3.jar: CVE-2021-37714 gson-2.8.2.jar: CVE-2022-25647 httpclient-4.2.3.jar: CVE-2014-3577 This fixes these.

For my uses, the default parameters for :argon2id aren't sufficient for my hardware, so I hash with an extra iteration. Sadly, when I verify a password, it always comes back...

So, I've got an app that I'm trying to gradually replace all its front end logic (using [lit html](https://lit.dev/)) with twinspark. Sadly, though, when I introduce the library onto a...

I just downloaded the disco-chat app and it won't start. Here's what happens when I try to run it from the command line: `% ./disco_chat thread 'main' panicked at 'Error...

bug
question