Pavel

Results 30 comments of Pavel

This has helped me: ```jsx setCannon(ref)} /> ``` (it was suggested by ChatGPT 🤖)

Also met this issue while trying to update to JDK17. Are there any options to overcome this? I thought common to spy on repositories. I'm surprised that not that many...

Thank you for creating the issue. I experience the same with `import Ionicons from "@expo/vector-icons/Ionicons";` and `iOS`. Icons just gone, I don't see any squares even. The suggested fix did...

`babel-plugin-module-resolver` does not work for me and I still can not upgrade to v50. In addition, when I open the screen with icons I see the next warning. I'm confused....

I did another test — created a clean app with `npx create-expo-app StickerSmash` and there icons were doing fine ✅ Which made me think that this bug is only present...

Hi @mobinni , Any update regarding my question? Regards,

Well, this is a huge bug and it is still there. I tried to use `react-ace` with https://github.com/jaredpalmer/formik and behaviour is the same, it just stucks. ```jsx { setFieldValue("content", value);...

It seems that `EXDATE` is not considered in `ical.js` at all, I was not even able to find this information in the event properties. I had to use https://github.com/mifi/ical-expander at...

@jprichardson Ah, clear, thanks. Do I understand correctly, that it's only possible to do that inside the "pipe"? It's not possible to do that from the `data` event? Because there...

yeah, have the same. It's possible to run it with `OPENCV4NODES_DEBUG_REQUIRE=1` for more debug output. It starts to fail here: https://github.com/UrielCh/opencv4nodejs/blob/master/lib/cvloader.js#L60 , because we do not have `path` env variable,...