Leif Warner
Leif Warner
That is, is calling `.add` and `.mightContain` concurrently from many different threads going to work?
Can we use the Data.Time.Clock.POSIX library for converting UTCTime into unix timestamps, rather than having our own code to do that? This converts directly to Scientific with realToFrac.
`http://epdx.org/search/foo` gives a 500 "We're sorry, but something went wrong."
Would there be an easy way to add one? Do what [Calagator](https://github.com/calagator/calagator) does? From the point of view of 3rd-party consumption of citizenry API data: I was thinking to do...
The pagination at the bottom would be more useful if it was by letter/letter ranges instead of numbers. Like if I'm looking for a guy who's name starts with "e"......
Given that I'm listed as a member of various groups on ePDX, could/should ePDX link in to Calagator to show the next listed meetings for groups I'm a member of?
In your example for external offset storage, using plainSource, a single partition is assigned. I'm guessing it's common to subscribe to multiple partitions in one subscription? For those cases, I'm...
I didn't see a Makefile or any indication of how to compile this code in the instructions - am I missing something?
I wonder leveraging Truffle (from the Graal project) would be something we'd be interested in - if we'd want to JIT Dhall rather than always interpreting it?
So that ``` scala case class Person(name: String) Parse.decode[Person]("""{"name": "Bob", "foo": "dunno"}""") ``` will yield something about "Error: unexpected field "foo"". Is this feasible? Example use case: When people call...