Jason Dusek
Jason Dusek
I am uncertain how to work with versioned objects using this library. Shall I use the [`s3QQuery`](http://hackage.haskell.org/packages/archive/aws/0.5.0/doc/html/Aws-S3-Core.html#v:s3QQuery) field of `S3Query`? It seems not possible to do it through the interface...
`use libc; ... libc::c_char` becomes `char` but `use libc::c_char; ... c_char` becomes `c_char`. I guess the path check uses the literal textual form? https://github.com/Sean1708/rusty-cheddar/blob/1654acd2df7ece1db7208c04069932e2004b5615/src/types.rs#L137
- More intuitive (and safe) test for MESOS_HOME. - Ensure MESOS_HOME is exported. - Quote variables and process substitutions for safety. - Expand `$@` inside quotes to ensure arguments with...
Deimos should automatically GC the state directory, ideally at a regular interval. One option would be for every command to spawn a subprocess that attempts to lock the state directory,...
- Check for containers without `exit` files that are no longer running - Check for containers that are still running but have no `deimos` parent process - Check that containers...
It's not possible to search more than one level deep in complex columns (`json`, `jsonb`) at present.
There should be tests for one-level picking that cover all possible scenarios: - Foreign keys, - `json`/`jsonb`/`hstore` column, - columns with `record` types.
The `panic!` in [append_change](https://github.com/posix4e/jsoncdc/blob/eaf732977aae4aa5255f0c2aeb343ba0832e26be/src/lib.rs#L103) could be logged many not treated as a panic at all, for example.