Ignacio Esteban Losiggio
Ignacio Esteban Losiggio
I'm not working w/DRF nor django-polymorphic rigth now. Is there any reason why adding a check for empty data on my previous PR wouldn't fix your problem? I'll try to...
I think https://github.com/apirobot/django-rest-polymorphic/pull/31 should fix this issue. It seems that we need to add a good test for keeping the coverage high but other than that the fix looks good...
Hi! The latests commits in the Celestia dev branch are compilable on any modern distro (the only weird dependency is __libcspice__). I'm [working on a package for a debian based...
Se puede ver una implementación del segundo workaround [acá](https://github.com/iglosiggio/pilas/tree/patch-2), _dada la naturaleza del bug_ es posible que esto **rompa funcionalidad** en Windows o OSX, por lo que no debería ser...
Estuve chequeando mi sistema y todo apunta a que está bien configurado, usando strace para determinar cuando se abren las librerías no veo diferencias entre usar o no el workaround...
Also, this change might be completely wrong if the idea is that the _result type_ of something that has `[Thing]` or `Thing!` as it's _return type_ is `Thing`. If that's...
Your camera is using the v4l2 extended api, i'm currently working on a patch :)
Try using https://github.com/iglosiggio/node-v4l2camera/ y wrote the patch half an hour ago but i think it'll work. `npm install iglosiggio/node-v4l2camera`
Repaired, now compiles cleanly! :dancer:
If you need to always have an RGB or YUV format you can try with this branch https://github.com/iglosiggio/node-v4l2camera/tree/libv4l2 (requires libv4l which emulates the other outputs)