Sebastian

Results 4 issues of Sebastian

I've been rereading the docs as I switch over to `variant@dev`, and have a suggestion in reference to ["That type annotation"](https://paarthenon.github.io/variant/docs/next/articles/that-type) ### Complexity The type has been a sore spot...

### Setup 1. Have two monitors, one 160hz and the other 60hz 2. Open Newton's Cradle demo listed in readme ([Link](http://brm.io/matter-js/demo/#newtonsCradle)) 3. Run demo, and move chrome window from one...

bug
release-candidate
need-test
alpha-build

Would be nice if the decode exception included information about the error instead of the error message, so the output could be formatted nicely to an end user ```res type...

**Issue** When creating a schema with Yup, you don't get validation errors on validate if a property is missing; it's non-required by default. When using `InferType`, it marks all properties...