Sebastian
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...
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...
While trying to use Functors for dependency injection, I noticed that the functions defined within `module Make` are defined a second time at the top level. **Rescript:** ```res module type...
When working with a long module name (typically when using `Something__Namespaced`), if you use a single pipe it will break line at the argument: ```res let long = SomeLongModuleName.make("Lorem Ipsum...