Dan Peddle

Results 8 issues of Dan Peddle

## Description Could TS tolerate being asked for a facet that doesn’t exist, instead of rejecting the call? The way we’re using programatic facets means that we don’t always have...

feature:faceting

Hopefully title is self-explanatory, but given the following fragments: FragA -> style1.css, style2.css, script1.js, script2.js FragB -> style2.css, style3.css, script2.js, script3.js then I would expect to see only the following...

enhancement
question

I couldn't see an option to allow defining tuples as yet - it's not a huge issue, as can combine raw schema data with datofu calls, but using the same...

There seems to be a race between closing a chime and the chiming function invocation that can lead to a `java.lang.InterruptedException` being thrown when functions are awaiting something coming from,...

I noticed that in some cases, large data sets especially, there were incorrect percentiles being returned from the `percentiles` call, but not from `stats` - turns out that `stats` was...

WIP / very draft. exploring problems presented by running the lib in cljs. Fixes #9 Rework of #11 problem 1: https://ask.clojure.org/index.php/10372/is-it-possible-to-get-the-value-of-cljs-var-from-clojure-macro ## notes I'm pretty sure now that the way...

enhancement

- should be able to run in CLJS - remove datomic dependency (what's the best way to say that something is an Entity-ish? presence of `:db/id`?)

enhancement
help wanted

Circular compositions should throw an error at the `compose` stage, but that is currently not covered by any tests. - cover this situation in a test - does it need...

enhancement
good first issue