Rick Moynihan

Results 110 issues of Rick Moynihan

Currently ataraxy only supports destructuring route parameters into a vector; often I find myself having to translate these parameters immediately into a map so I can attach specs to their...

For example bidi has a function `path-for` which takes the routes and returns a URL path to the desired handler.

The client API appears to build the whole request in memory before sending it to the server. This prevents using this API to post large files. See also the corresponding...

enhancement
client
known limitation

This could well be my `lumo`/`npm` installation, but after checking out mach: ``` $ cd examples/npm-left-pad $ mach pad-foo npm installing left-pad 1.1.3 evalmachine.:98 throw ex; ^ Error: Cannot find...

Creating a transaction on a grafter/rdf4j `sparql-repo` and then calling `update!` yeilds an error: ```clojure user> (require 'grafter-2.rdf4j.repository) ;; => nil user> (def repo (grafter-2.rdf4j.repository/sparql-repo "http://localhost:5820/test-db/query" "http://localhost:5820/test-db/update")) ;; => #'user/repo...

e.g. ``` (datatype-uri 10) ;; => #object[java.net.URI 0x13fb0262 "http://www.w3.org/2001/XMLSchema#integer"] ``` Which is wrong, but if you serialise the same object (a clojure long) you get: ``` "11"^^ ``` which is...

bug

This may allow us to compile some downstream libraries as graalvm native-images

It'd be useful to have a protocol extended to all types to check for: - `uri?` - `lang-string?` - `xsd-string?` - `resource?` (URI or blank node) - `literal?` - `non-native-literal?`...