David Dovodov
David Dovodov
Hello. Please consider the addition of this check to prevent exception. Probably not the best way to do this, but it worked in my case
### Checklist before submitting a bug report - [X] I've updated to the latest released version of the SDK - [X] I've searched for existing [Github issues](https://github.com/facebook/facebook-android-sdk/issues) - [X] I've...
### Checklist before submitting a bug report - [X] I've updated to the latest released version of the SDK - [X] I've searched for existing [Github issues](https://github.com/facebook/facebook-android-sdk/issues) - [X] I've...
Hello. Assume we have some files: SomeClass.h SomeClass.cpp main.cpp I would like to unclude SomeClass.h into main.cpp, so: main.cpp: # include "Some| ``` SomeClass.cpp SomeClass.h ``` First candidate is .cpp...
Here's the first try to add more options for completion filtering
Hello Nick! First, thank you for the grt, it is awesome tool! I have no experience in ML almost at all, and now I have some questions and need some...
Since we don't use "old" statics from the library with new code (statics that are already living in the app), we should somehow prevent double initialization, but keep new statics...
Hi. Please consider adding these 2 libraries as implementing hot code reload approach for any c++ projects: - [blink](https://github.com/crosire/blink) - A tool which allows you to edit source code of...