Javier Cuevas

Results 18 comments of Javier Cuevas

This problem is similar to one that is currently affecting the latest version of React Native (`0.62`): https://github.com/react-native-community/upgrade-support/issues/28 Listing all the transitive dependencies would stop working as soon as you...

This is still happening in 16.0.8, rolling back to 14.2.18 fixes the issue.

I've tested different versions and the latest one that does not crashes as described in this issue is 14.2.18. However that version does not include [this commit](https://github.com/frida/frida-java-bridge/commit/00b8b2666377f5d8d8d2383fb1b6eba350b125d6) which was introduced...

Having the same problem with the latest version of axios (1.1.3), when trying to retry a request. ```typescript config.headers = JSON.parse(JSON.stringify(config.headers || {})) as RawAxiosRequestHeaders; ``` Did the trick as...

That was fast 😳, thank you! Also worth mentioning that right now the [Using Prisma with Turborepo](https://turbo.build/repo/docs/handbook/prisma) guide is recommending having `database` package that directly exports `./index.ts`: ```json { "main":...

Heads up! I've open new PR to finish the work started here!

Have you tried `data-options="tipLocation:left"` or `data-options="tipLocation:right"` ?