Timmy Jose
Timmy Jose
I was thinking that I'd missed something in the documentation, but I see that this issue is still open. Hopefully it should be resolved sometime in the near future.
yarn v`1.22.21` - still taking an insane amount of time. Apple M3 Pro > Done in 413.73s.
I'm seeing the exact same issue with a React Native prototype (Turbo Modules (C++), New Architecture). Triggering the tests via `eas build`: ```bash [ON_BUILD_SUCCESS_HOOK] 17:04:29.459 detox[43533] i The app has...
Hey @asafkorem, thank you for confirming that. 🙏 It's a bit unfortunate, but at least now we know that it's not an issue in our setup! We're now looking into...
> I was having the same issue while migrating a working app into a new monorepo. inspecting the differences revealed the problem. I had forgotten to add the required section...
Any updates on this?
@kanor1306 You can do it yourself: ```latex % set global font to OpenDyslexic \usepackage{fontspec} \setmainfont{OpenDyslexic} \begin{document} % the document here \end{document} ``` However, apparently, `pdflatex` does not support this. You...
In addition, `make_ascii_lowercase` is incorrect since it cannot handle Unicode, and it's not mentioned in the description that only ASCII characters are supported (granted the tests in the file only...
I had the exact same question, and I see that this issue is still open. Pity.
> > I am also experiencing the same issue but with another library. ( react-native-ble-plx ) I came to issues just to see whether this lib has the same issues...