Matt Granmoe

Results 5 comments of Matt Granmoe

There was talk (in a mentioned VS Code issue, I believe) of having a third kind of vs code config that would be workspace-specific yet not shared. The objection to...

Yeah, this is mysterious to a beginner and not emphasized enough in the docs (or at least not enough that I remembered it). This github issue saved me :-)

Would something like this work for centralized error handling in all sagas in an app? ``` function* rootSaga () { yield sagas.map(saga => spawn(function* () { while (true) { try...

@ajwhite How do you address the problem of distinguishing between synchronous and asynchronous exceptions in the "restarter"? If a saga threw a synchronous exception on startup for any reason, and...

I ended up creating a repo crawler as well. Mine supports either crawling a public repo based on its URL, or crawling the locally checked out repo: https://github.com/granmoe/github-repo-gpt-scraper