Moody Salem

Results 80 comments of Moody Salem

The autocomplete seems to be limited in depth, e.g. I can autocomplete the Type of a resource and property names, but when there is no autocomplete for nested property values...

it would also be cool if the library always uses the same init code, so the init code hash used in CREATE2 is a constant, and the init code instead...

I like those java 8 language features-is it possible to build a binary compatible with java 7 without changing any of the code? I'm also curious about the logging dependency...

There is no method to combine two object validators. You can do something like this though ```typescript const aFields = { c: jointz.string() }; const bFields = { d: jointz.string()...

@baomastr is this flag supposed to be set in the dependencies, or in the project including them? the comment says... > Fixing the packages by hand is senseless.

Not sure, it renders to SVG so you can try

Hey Jason, thanks for the PR! I will review the changes tonight

I see you brought in `create-react-app`. I was planning on doing this in a separate directory. The demo build should be separate from the library build. I also want to...

I'd also like to have Travis build the demo and push it to GitHub pages at some point

I made a bunch of changes to the structure of the project today, if you can cherry pick changes 1-4 I can re-review this