Kabriel Robichaux
Kabriel Robichaux
Or at least allow the rule for $other to be specified.. maybe add an other() { } to a type? or allow 'path /somepath/{other} { validate() { true }}' even...
Would you please consider a solution that supports open types? Throwing away the type system doesn't seem like a reasonable solution to this problem. Seems reasonable for types to have...
It might have less to do with a developer really wanting to do something, and more that data and schemas already exist that do this. So maybe Bolt needs a...
First of all, thanks for the quick responses! Are suggesting this as a temporary workaround? or as a fundamental adjustment given the design of Bolt? To be candid, I consider...
Thanks for the response. I like your idea for how to support it. Will go with validate() logic for now. // Kabe > On Jan 26, 2016, at 3:58 PM,...
Ya, that is reasonable. I wanted it to be clear that this was a single snapshot/immutable point-in-time of the state, and not a reference to it that would update, but...
The key distinction here i believe is in the use of the word `tracking`. My needs (and this change) are to get a point-in-time `snapshot` of the current state, and...
Would really like to see this, or at least a guide showing how I could add this via the nwb config.
@insin How would I now run just a linter step? I want to run the linter as part of the CI/CD pipeline so I would want something like the following...
Thanks so much for the quick reply! Going to try this out.