Tim Bray
Tim Bray
The problem has to do with the "dist" directory. Error output: npm ERR! enoent ENOENT: no such file or directory, open '/Users/timbray/dev/atbot/blank-lambda-bot/dist/botfiles' npm ERR! enoent ENOENT: no such file or...
each of coreMatcher, fieldMatcher, and valueMatcher have an "updateable" field that is an atomic.Value used to preserve thread-safety while updates are in progress. But the naming of variables and functions...
Quamina doesn't know that "30", "3.0e1", and "30.000" are the same number. We already have code to canonicalize numbers with up to 18 digits of precision in the range +/-...
The IETF JSONPath WG is building a minimal-ish regular expression specification called I-Regexp designed to be interoperable across a wide variety of regex implementations. See https://www.ietf.org/id/draft-ietf-jsonpath-iregexp-00.html A full or even...
Note that the following are equivalent ```json { "a": [ {"shellstyle": "foo*"} ] } ``` ```json {"a": [ {"prefix": "foo"} ] } ``` It's already special-cased in makeShellStyleAutomaton. So there...
Allow Quamina to filter protobufs message traffic
Allow Quamina to filter Avro messages - might be useful for processing Kafka streams since a lot of those are Avro.
Allow Quamina to filter CBOR messages.
We have a lot of tests and some of them really aren’t “unit tests” but focused on coverage and concurrency, etc. Speaking as a developer, here are the things I...
A bit late to the game here, but was working with an internal AWS API for our AWS Events - a whole lot like CloudEvents - and the API has...