SirAnthony
SirAnthony
I added this feature in fork I'm working on. Please check this commits: https://github.com/hola/Mongoku/commit/cbb21f2243413b5e1f483360baac2dddc22941ac https://github.com/hola/Mongoku/commit/8c9e2af722c888b5003460394bfe5500cf5d44bb
Problem is in non-ObjectId `_id` fields always attempts to convert to ObjectId instance. I fixed this problem in fork I worked on, check next commits for the fix: https://github.com/hola/Mongoku/commit/e0103e515c48e985af767322b3abe4592745afc4 https://github.com/hola/Mongoku/commit/bf3ec8122216ac32072d79fa6e75c1ed49551a54...
We using c-only ogl library in glsl-debugger. As for now it is lack of architecture, and using shared memory for ipc. Shared memory It is a bad way to do...
> cpyFromProcess / cpyToProcess It is just weird method to do shared memory things. You need whole DebugLib folder, it is where all c library is. > First switch from...