Matthew Goodwin

Results 13 comments of Matthew Goodwin

So I can chime in and say I am getting a ReferenceError due to the `cb` param. See my terminal output: ![Screen Shot 2021-11-04 at 12 28 31 PM](https://user-images.githubusercontent.com/49927862/140407038-b7bd9544-6546-49d3-8b81-f7f433160585.png) I...

As a follow up, if i use `replaceInFile()` rather than `replaceInFileSync()` the error does not occur.

Occasionally I have to totally restart the program, and then disable aggressive mode, disable the entire thing, reset the MS to a diff value. Usually by doing that it will...

Ok, for anyone else hitting this issue, this is how I worked around it: ``` { if ( Platform.OS === 'web' && e.nativeEvent.key === 'Tab' ) { e.preventDefault(); passwordRef.current.focus(); }...

In the meantime, anyone have any examples of an animated Modal they could share? Thanks!

FYI, this is a sketch of a utility method for subscribing to reactn state properties assuming the use of providers. It uses ``rxjs`` to subscribe and ``underscore`` for evaluation of...

@CharlesStover Thanks for the reply! My only concern about the middle-ware solution you provided is the equality statement you wrote. Were you only intending it for simple data-types like string/numbers?...

Thanks so much for your middleware idea, I was able to come up with a utility function based on that and I was able to remove the need for rx-js....

If anyone else comes here, I was having issues with the `editorSuggestWidget` (intellisense modal), and the Command Pallet active background color (was not high enough contrast to tell which item...

Really interested in the outcome of this project! Looking at potentially adopting this for some cool projects, but the lack of comprehensive TS support is a potential prohibition. Love the...