Zach Gotsch

Results 20 issues of Zach Gotsch

Reproduction: 1. Restarted PSCI via "Ide Purescript: psci reset" in command palette (ctl-p). 2. PSCI tried to build my project's Main, but it was broken. 3. When sending a newline...

bug

When I have a component which wraps a component with the intention of putting some default styles on it, e.g. ``` class FooterLink extends React.Component { render() { let {className,...

Sometimes it may be desirable to not set the blurred and touched fields on the output of a `customChange`. Design an API around this.

enhancement

Lots of people use `` just to pull the value out instead of using it from the values. This results in a lot of nested ``s, which makes things very...

api-change
discussion

Likewise, make `FeedbackStrategies.Touched` into `or(Changed, Blurred)`.

internal

Formula One should make it easy to implement navigation protection. If a form has been edited, but not saved, a form should prompt before allowing navigation away from the form...

enhancement

If I want to track the errors that the user encounters while using my form, there is no easy way to do this now, and no way at all in...

Current APIs for seeing errors are inconsistent. There should be consistency between all ways to access errors that allow easy access to all errors as well as errors which should...

api-change