SciSci
SciSci
Hi, sometimes our webview runs out of resources and basically crashes. I noticed this method gets called: https://github.com/CRAlpha/react-native-wkwebview/blob/37e4d7686e5038404d1a49f4634e05c919816cbb/ios/RCTWKWebView/RCTWKWebView.m#L607 Is there anyway we can hook into this on the JS side...
You link to this article in your docs: https://tech.ebayinc.com/research/making-e-commerce-search-faster/ . I know most of that was about optimization, but as a complete newcomer to this space, I wonder if you...
Hi, I got here from this JUCE forum post: https://forum.juce.com/t/introducing-juce-cmake-build-your-juce-projects-using-cmake/22717 Its quite old so I'm just wondering, are iOS and Android still not supported? If not what is the challenge?
Hi, I know UTF-8 is not supported, but I'm wondering if its possible to automatically support multiple code pages. For instance, I have my fonts using the cp1252.map mapping, but...
It seems now when I use a font, the entire font gets embedded into the document. For me this can lead to large file sizes, espcially if I only use...
I was trying to load png data into a texture with premultiplied alpha. I noticed transparent white renders more grey, meaning its not handling the premultiplied pixels correctly. Does GPUImage...
Would be nice if the delegate method returned an AttributedString instead of just String to allow for some special features like kerning.
Would be great to have support for the aspect-oriented DSL style tracking in Swift. I can get tracked screens and some events to come through, but for events, some selectors...
Now that it is possible to bundle dynamic libraries with ios, would it be possible to build .dylibs instead of .a files? What would that involve/would it be better?
Hi, I'm trying to do some tests using an orthographic matrix, but I seem to be getting some errors in the ray intersection. I don't know if I've set something...