Lucas Satabin

Results 36 issues of Lucas Satabin

For some use cases, pre-condition for a given operation might be relaxed (e.g. the pre-condition that a deleted element has to exist). An optional `strict` boolean field can be added...

enhancement

Based on the tools developped in #369, add support for a subset of jq rewritings.

enhancement
json

Based on the tools introduced by #369, add XQuery support.

enhancement
xml

* [x] Copyless Streaming Tree Transducers which can be used to implement query languages over tree like data * [x] Streaming Finite State Transducers which can be used for matching...

enhancement

Maybe have a look at https://github.com/scalacenter/sbt-version-policy

infrastructure

In some scenario, it is interesting to extract textual data based on some regular expression. This can be an interesting fs2-data module that handles this with corner cases (e.g. when...

The RFC defines conversion back and forth to/from JSON values. By leveraging the `Builder`/`Tokenizer` concept, we can add a module that allows for parsing/serializing CBOR streams to/from JSON values.

enhancement
cbor