Kevin R. Whitley

Results 15 issues of Kevin R. Whitley

### Example ```js const MyComponent = () => { let [ item, setItem ] = useState({ foo: 'bar' }) let [ formState ] = useFormState(item) setTimeout(() => { // this...

enhancement

I'd like a live comparison (as I type) of the formState to do things like enable/disable submit buttons, etc, without waiting for a blur event to trigger the actual formState.touched...

For instance, `bearishspinningtop` returns true for the following data ``` low: [205], high: [207.95], open: [206.16], close: [207.9], volume: [5231.61] ``` I noticed a couple things in the following code:...

bug
help wanted

First of all, I want to apologize for the long delay in getting to some of these issues. I wrote apicache 8 years ago when the options available for route...

discussion
help wanted

This is a major (to the codebase) release, dropping support for Node 6 & 7, and updating the build process/environment to the point we can begin the major refactor of...

discussion
priority
WIP/NO NOT MERGE
PENDING RELEASE

I'd like to break the tests apart (the main test file is approaching 1000 lines) in a manner that makes sense, easily readable, etc. Any help/PR to this effect would...

help wanted

Not sure if this is supported? Mind clarifying, and a quick example of how to structure an example input? Thanks!!