John Wright

Results 35 issues of John Wright

1st of all... this started off as more of a POC which exgallated somewhat. Feel free to use a much or **little** of this as you like. This is what...

enhancement
architecture

If I were to use an extra plugin that this action doesn't use, by default, it does not install it. Is this expected? Feels like this action could install all...

Had some trouble installing this package via NPM. I've tried updating your dependencies and it's looking a bit healthier.

I've just tried your polyfill in the above version and it doesn't work. It fails here: https://github.com/eligrey/classList.js/blob/master/classList.js#L174 Turns out the exception thrown isn't what you were expecting. The exception has...

## 🐛 Bug report ### Current Behavior Decoding tuples with an input length greater than configured will succeed. ### Expected behavior Decoding tuples with an input length greater than configured...

This is a simple workaround for #275 providing details on all validation errors.

breaking change

I understand this request is somewhat controversial, so I'm expecting some resistance, and that is totally reasonable. I'm sure you have thought long and hard about your naming conventions, but...

I recently received a confusing error message from union validation. Take the following as an example... a simple union of 2 objects: ```typescript import * as t from 'runtypes' const...