Bruno Farias
Bruno Farias
I wonder if this can be done using React Native and Expo?
Great! I'll review what we have on the web api side and then create the mobile app :)
Thanks @jfw225, I think it makes more sense to just return an array of strings in the shape of `{ filtered: Array }`, considering the method accepts an array of...
@SimenB did you happen to notice any performance improvements in Jest at all?
@SimenB sorry, I made the wrong question. I was actually interested in knowing if this could eventually help with the issues reported in the Jest's issue [#1967](https://github.com/kulshekhar/ts-jest/issues/1967) :)
I was having the same issue but it was fixed when I upgraded to `2.0.7-rc.10` 🎉
Investigating the issue a bit more, I just found out that v5.5.0 was removed from npmjs..com but not from yarnpkg.com, hence Renovatebot is still suggesting the update to the repositories...