Josep M Sobrepere
Josep M Sobrepere
As much as I understand why @foxbunny assumed that it was going to be 0 based (because well, pretty much everything that deals with lists is 0 based, right?). I...
That's hilarious @foxbunny ! It reminds me of something that happened to me when I was in school. I took a test and there was a question that I just...
> I simply did not think there was anything wrong with "where n = index" approach with my 0-based background Neither did I. However, once the issue was raised, I...
We will address this in the next release, for sure! Thanks a lot for letting us know it!
FYI: https://www.merriam-webster.com/words-at-play/spelling-variants-dependent-vs-dependant I still think that it makes sense to rename it to `selfDependent` b/c American English is the predominant one while programming, eg: "color", "BehaviorSubject", etc
Hi @cabello ! Thanks for reporting this! I _think_ that we addressed this issue already, but it looks like we forgot to publish the patch for `@react-rxjs/[email protected]`. Could you please...
Hi @meepeek ! Thanks for reporting this. This made me realize that we should probably have written that example using TS, like we've done with the rest of the examples...
@jdonzet In your case, wouldn't it be better to just do: ``` friends(idsFilter: [ID!]): [Friend] ``` If `idsFilter` is `null` there is no filter, you return all `Friends`... If it's...
> I am getting this error too. And not using redux. It happens when I upgrade above 7.5.2. I can repeatedly upgrade/downgrade to provoke/get rid of this error. This is...
Hi @aldrashan ! I'm pretty sure that this issue got fixed on version `7.5.7`. More specifically, I think that this issue got solved by [this commit](https://github.com/ReactiveX/rxjs/commit/c93aa60e9f073297d959fa1fff9323e48872d47e).