Dimitri Kopriwa

Results 69 comments of Dimitri Kopriwa

We are in June, any update on this issue please ?

Is it possible to have an update on this? Our repository suffer with jest and supporting @swc/jest for testing would be really cool.

Hello, is there a way to hack this up with `patch-package` so we don't ship @sentry/wizard with our .... webapp? Yes it's true, this react-native module affect our web bundle...

The solution from IgorKurkov crash for me: ```bash const args = await Promise.all(msg.args.map(arg => arg.executionContext().evaluate((arg) => { ^ TypeError: msg.args.map is not a function ``` Impressive that this is still...

It seems it is present in `algoliasearch-lite.esm.browser.js` , but the typing is wrong.

Fun fact, the light version in `algoliasearch/lite` is exporting the non lite version. Only import possible is `import algoliasearch from 'algoliasearch/dist/algoliasearch-lite.esm.browser.js'` and not only the typing is wrongly type for...

Hello, no we have to patch-package in order to solve our use case because: - Typing for lite vesrion is wrong, the lite version include multipleQueries but not it's typing...

Hello, we have the exact same issue, this is our branch : https://github.com/pass-culture/pass-culture-app-native/pull/3840 ![image](https://user-images.githubusercontent.com/77674046/199457169-8e427415-b7f5-418c-87c0-03ef3d6c0eb4.png) ![image](https://user-images.githubusercontent.com/77674046/199458334-409ea55f-7a74-4b0c-aa48-b100c5b44a38.png) We are trying to run appium to perform e2e tests, did you find a workaround...