yhack
yhack
The generated Cargo.toml files contain dependencies that don't look production ready. ``` #differential-dataflow = "0.11.0" differential-dataflow = { git = "https://github.com/ddlog-dev/differential-dataflow", branch = "ddlog-4" } #timely = "0.11" timely =...
I'm very interested in using JSON Schema to model documents that have non-hierarchical intradependencies. The [dependency specification](http://json-schema.org/latest/json-schema-validation.html#rfc.section.6.5.7) includes this statement: > If the dependency value is a subschema, and the...
Is it reasonable to use Borg at scale, backing up many servers to one repository? I'm afraid the need to rebuild the local cache is a blocker for this use...
When I upgraded to version 2.9.0 I hit [#1586](https://github.com/fasterxml/jackson-databind/issues/1586). I believe this is a valid issue. My use case requires setting Include.NON_DEFAULT globally and serialize -> deserialize must result in...