Zach Erkkila

Results 8 issues of Zach Erkkila

I believe this was handled by the `wipe-if-demo` script in the demo but I needed to manually run it in production since I removed that script from the `Procfile`. Not...

enhancement
good first issue

Trying to clear multiple as mentioned in an issue earlier on ``` const handleKeydown = (e: KeyboardEvent) => { if (spreadsheet) { if (spreadsheet.edition) { if (e.code === 'Backspace') {...

Obviously not a huge deal but this flag just needs to be set uniquely for each app if you want to run multiple dev apps at once (i.e. server and...

Thank you for all the work on this library! We use it quite extensively but have a few questions regarding `null` variables. From the readme > To allow null and...

### Feature description Often we use tricks like `select n` and increment the number or change `current.sql` in another way to get it to run. It would be handy to...

Issue: Long running searches can cause reload requests to stack up if typing quickly, often causing an issue where the results of the reload do not match the search. It...

https://github.com/intuit/oauth-jsclient/releases/tag/4.1.2 A breaking change in a minor release is not standard, please consider a using major release with breaking changes. This makes it far easier for devs to identify breaking...

I appreciate your work on this library, very cool! Just so you know, I am not sure it makes a big difference, but I am using the React designer. I...