Sebastian Tarach

- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Sebastian Tarach created a post, Cannot browse mongodb collections "No schemas selected"
After setting up the connection to my local MongoDB instance I cannot see any collections. Did I setup something wrong on either my instance or when inserting new record to the collection ? -
Sebastian Tarach created a post, CompletedManually add include path for header files. CMakeLists.txt don't work but cmake works fine.
Hi,After some fiddling with SDL2 I have finally been able to compile an example using cmake and make under mingw32 with msys.Unfortunately CLion does not sees sdl2 header files that are being loade... -
Sebastian Tarach commented, -
Sebastian Tarach created a post, How to turn on extended code completion in PhpStorm
Hello,I sometimes need more informations on what a method, function or class does than just its prototype. Is it possible for instance to hook PHP manual to code completion so that after another Ct...