Rick Moynihan

Results 110 issues of Rick Moynihan

There are methods already in sesame which we could leverage to do this... with a thread to pipe things into a sequence etc... ``` clojure (let [r (repo)] (grafter.rdf.protocols/add r...

It's confusing that `update!` and `query` are in different namespaces.

We should add explicit support for testing validity of input data.

Babashka is a dialect of Clojure that supports the [Small Clojure Interperter](https://github.com/borkdude/sci) sci as a graalvm compiled native image. It's main usecase is quick startup times, so it's suitable as...

## Expected behavior ``` $ clj -Sdeps '{:deps {cider/cider-nrepl {:mvn/version "0.21.1"}}}' -m nrepl.cmdline --middleware "[cider.nrepl/wrap-debug]" -i nREPL server started on port 58662 on host localhost - nrepl://localhost:58662 nREPL 0.6.0 Clojure...

bug

The `date-time` `string` `format` is a common data type in openapi/swagger specs and has existing generator support in `schema-generators` and `schema.core` via the `s/Inst` schema. Consequently it should be as...

I appreciate the succinct nature of the namespace free reader tags e.g. `#ref` but ideally these tags would be namespaced `#juxt.aero/ref` or perhaps just `#aero/ref`. [clojure.org has this to say](https://clojure.org/reference/reader):...

`lein-tools-deps` currently works by asking `tools.deps` to resolve all dependencies before adding them and all their transitive dependencies flattened into leiningen's `:dependencies` vector. This guarantees leiningen picks the same versions...

e.g. a `project.clj` like this: ```clojure (defproject test-profile "0.1.0-SNAPSHOT" ,,, :plugins [[lein-tools-deps "0.4.3"]] :middleware [lein-tools-deps.plugin/resolve-dependencies-with-deps-edn] :lein-tools-deps/config {:aliases [:rebl] :config-files [:install :user :project]} :profiles {:provided {:lein-tools-deps/config {:aliases [:foo]} ;; :dependencies [[org.clojure/core.async...

We should update to track the latest version. Current latest is: tools.deps.alpha 0.5.442, clj 1.9.0.391