R Plotkin

Results 12 comments of R Plotkin

I'm running into this issue, but not quite sure *why* providers won't work in a loop. Are you able to explain what's happening that's causing the failure? I'm happy to...

Also, a possible approach (though this only works if the entire fn is wrapped in while(true), is to have myFuncUnlooped (like an unconnected React component) and myFunc (wrapping Unlooped in...

That does make sense. It seems like the right implementation should also solve #86 (assert effect yielded N times). In one sense, toHaveBeenCalledNTimes and the provision should be completely separate...

Following up, in my own tests, using the code you provided above, I just wrote the following ``` const makeProvideCallGetData = (getDataMockFn, maxCalls) => { return (result) => { let...

Yeah, that's good, but I might use it more like `[matchers.take(messageChannel), dynamic(myMockFn, { limit: 3 })]` giving `dynamic` the ability to consume options about a dynamic implementation. I've tried to...

> Since there has been no answer we can assume that no one is maintaining this project anymore. > > If some of you are willing to contribute to this...

@wbuchwalter @smithad15 I am happy to help maintain this project. If you can add me as a collaborator, I can start with basic maintenance like Ng11 updates.

@wbuchwalter this is a good idea. I'll do this, and set up CI and such. Once everything is passing I will post again

@wbuchwalter Just an update, I do have CI working, but the lerna monorepo structure and example-app are causing a lot of issues as I try to get things running and...

Just adding my notes here, that I have a package that is incorporated into another, and when using 3.0.0-beta.1, TS reported that the typings file for typescript-fsa had formatting issues....