Cristiano Coelho
Cristiano Coelho
I've defined a simple language with some operators and when testing a really awful nested if condition code, the execution time jumps from just 3ms (great) to over a second....
Just wondering, what's the best way to return user-friendly errors? The errors are a bit cryptic and sometimes even deeply nested in recursive structures. For example, this is not enough:...
``` site-packages//itypes.py:2: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working from collections import Mapping, Sequence...
Just wondering how difficult it would be.
I gotta say that the Android version of this library is much better than the one from the original library. Wouldn't it be a good idea to merge this there?...
### Description This is related to https://github.com/realm/realm-js/issues/3112 and https://github.com/realm/realm-js/issues/2828 and has been observed since day 1 using RealmJS. Although there are different stack traces, and sometimes it may not even...
### Description First time seeing such an error. We've just got a crash report from a user that got the realm database in a state that it cannot start by...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] When connecting, uploading and...
Under some circumstances (e.g., system alert/permission prompt), the pause/resume/destroy events may be called one after another. Without this delay and check, we would end up having a failed to start...
Not sure why this happens, possibly a race condition, but I've just got this crash due to a null pointer exception when certain props are set on the camera. A...