Paul Frazee
Paul Frazee
Per https://github.com/joehand/hypercloud/issues/22, we're going to need a system for triggering emails to users on certain conditions. For instance, to warn of a quota limit.
Quite related to https://github.com/joehand/hypercloud/issues/16 Turns out there are some conditions occurring which cause replication feeds to stop with an error. Replication streams should end with an error when that happens....
I've got a usage of scrypt that was failing at random. Here is the method definition: ```js // Uses scrypt to hash the master password with a known salt to...
We need a simple way to share "libraries" of schema definitions across multiple schemas. This is particularly important for strictly typed languages like Go. Lexicon needs a new type for...
- [x] Update the query parameter specification to be a subset of JSON Schema (#328) - [ ] Add discriminators to all the places we're doing tagged unions - [...
The `alsoKnownAs` field is supposed to be an array. Need to make sure we're using it that way and baking in behaviors around multiple values.
Fixes a minor bug in our generated code for the API client
Adds common methods to the output of the stat() call: - isSocket - isSymbolicLink - isFile - isBlockDevice - isDirectory - isCharacterDevice - isFIFO These functions were included in the...