Terry Creamer

Results 5 comments of Terry Creamer

@dan003400 I *think* this works as a workaround: ``` const schema = Yup.object().shape({ phone: Yup.string().when("isPhoneBlank", { is: false, then: Yup.string().phone(), otherwise: Yup.string(), }), }); ``` Using [.when()](https://github.com/jquense/yup#mixedwhenkeys-string--arraystring-builder-object--value-schema-schema-schema) referencing a sibling...

Error is probably because JavaScript files use a deprecated for each loop syntax, but the readme redirects folks to use freon https://extensions.gnome.org/extension/841/freon/ . Had no issues thus far on Ubuntu...

This form asks a lot of these questions https://goo.gl/forms/uttxWgHSXNRqQ0M63 . Will link to this form in relevant places around the website and open a PR this weekend.

FYI snap installs version fahclient 7.6.21 (along with fahcontrol and fahviewer), which appears to be working fine and dandy 😺 .