Joseph

Results 7 comments of Joseph

I understand why it may work this way, but I believe it shouldn't. Consider a more realistic example: ```typescript const batch$: xs // from the network , item$: xs =...

Well, I understand the concern that stream libraries will be used instead of standard array methods. However, what's the point of having `.fromArray` then (as well as allowing more than...

@TylorS After a day of looking at it I believe the actual problem is bigger and not going to be solved by just fixing or removing `.fromArray`. Nothing is ever...

Hi @anymaniax, Thank you for all your work on `orval`! I would really like to see this one done, so I'm considering to submit a PR. I plan to take...

Hi @dbismut, I agree with what you said in the context of desktop use, when the user is moving the mouse while pressing the left button it indeed means they...

P.S. I realized the way I opened the issue was probably confusing since I indicated MacOS as the environment. The main value of hard delay would actually be on mobile...

Hi guys, I just created a similar library called [cycle-lot](https://github.com/shfrmn/cycle-lot). It's 100% percent in typescript and uses proxies to make API simpler. I'd really appreciate your feedback on it. Let...