Matthew Gerber
Matthew Gerber
I've observed that it can take a few such instances of concurrent calling to cause the behavior noted above. It doesn't happen every time. Do you currently guard against concurrent...
@spillz Did you find a solution to your problem? I've run into a similar issue. In my case, I am calling `dmatrix` repeatedly (e.g., tens of thousands of times), passing...
@heypiotr Some additional information: There are other AndroidManifest.xml files in the obj directory. The difference is that these other files do not include the `` element, which is present in...
@heypiotr I was able to resolve the issue above by declaring a theme named `AppTheme` in my `style.xml` so as to match the one shown in the manifest above, which...
@heypiotr That makes sense. Any thoughts on how we can support the inclusion of _both_ Proximity and Indoor NuGets, per my other comments above? We do not intend to use...
@heypiotr I believe I've figured this out. I'll post here in a bit with a potential solution.