Paula Gearon

Results 32 issues of Paula Gearon

If an exception occurs while a coercion function is processing a response, then any code that attempts to catch the exception is unable to see the body, since this has...

waiting for user

Regardless of the requested content type, if an error occurs (such as 404) then the server will often return HTML or plain text to indicate the error. If EDN is...

waiting for user

I know that you're not a fan of .cljc files, but there are many benefits, and so I'm proposing these changes. By having the same code for both runtimes, future...

"Alice, what is the current temperature in Spotsylvania, VA?" Results in nothing.

Web pages without a base URI cannot be parsed with the default Resolvers. For instance, one of the example pages on the home page doesn't have a base: http://examples.tobyinkster.co.uk/hcard The...

The Resolver interface has just the one method: String resolve(String first, String second); Where the second string is a URI/IRI to be resolved relative to a URI/IRI in the first...

There are a few omissions from Clojure. Also there are several uses of Java interop to get effect that are built into the standard Clojure system. Included are suggested improvements....

Checking for node type is not really helping out. Switch to broad node type. https://github.com/quoll/asami/blob/169301f0a783a40a73ad730b0645cacba7ea571f/src/asami/index.cljc#L142C40-L142C40

https://github.com/quoll/asami/blob/1194563a030dc1adb596bcb788e4ee798bb39e82/src/asami/projection.cljc#L60 Only looks at the symbol name. If a namespace on a symbol exists then this should be considered instead. Also, look at aggregate binding selection and the schema test...

bug

# Context Right now bindings are in the format: `^{:cols [String]} [[Object]]` Meaning that it's a seq of seqs of objects, with metadata that contains the names of the columns....

enhancement