Alexandre Kaspar
Alexandre Kaspar
This is an old issue, but I wanted to mention what I assume is the expected default for GLU's documentation, i.e. read it from the OpenGL reference (since this is...
Same remark about the overview which seems bad to completely remove (and it provides workspace management already). Why not just assigning different key events ? I know there are some...
While I think it cannot go much farther than categories, I agree with the clickless navigation, because I find it a bit painful to have to click on the category,...
Sorry. It looks like it is working now. I reloaded the shell quite many times (every two crashes, the session get restarted because gnome-shell is unhappy). Then, I opened the...
Ok, so I found the trouble. I can select all the settings, except in **Home Tab** > "**Show downloads**". If this is disabled (show download checkbox), then it works. Else,...
The issue is still present while it's not a huge trouble so far. You said it's just using standard gio/glib. But is there any usual gio/glib package which is used...
Thanks hiroyuki, so the problem in my code was that the Mat object was not "allocated" before being passed to undistort. Is this "allocate before passing output reference" a specified...
@alberto2000 does allocating the `Mat` object solve your problem? It should. Even though that should solve the problem, I think it's a design issue so I'll keep it open because...
I have never used nodejs/npm on windows and have not access to a windows development environment, so it may be hard for me to help. Indeed, `netinet/in.h` doesn't exist on...
In tagger.h: ``` cpp static Handle ParseToArray(const Arguments& args); ``` and in tagger.cc ``` cpp // new headers #include #include #include ``` ``` cpp // in Tagger::Initialize NODE_SET_PROTOTYPE_METHOD(t, "parseToArray", ParseToArray);...