Timur Kristóf

Results 171 comments of Timur Kristóf

@hanweifish All right, then please give me a **full** test case which can randomly reproduce the problem.

@hanweifish So you're saying that the problem happens (randomly) when you don't close a cursor? If that is the case, I can look into that and also improve the readme.

@hanweifish Okay. I'll look into it.

@hanweifish It would still help if you could give me a working example so I can reproduce the problem. If you can't, I will try to remove `cursor.close()` from the...

Can we maybe add some code that ensures all cursors are disposed when the transaction is committed?

Unfortunately, I do care about old node versions, the module used to work with node 0.12.x and I encountered this problem while upgrading it to work with newer node.

Thank you @bnoordhuis I can try that. However, why is it unfeasible for nan to add one more argument? It could be simply ignored on older node versions.

@bnoordhuis For now, I managed to solve this by copy-pasting nan's `SetNamedPropertyHandler` into my own code and modifying it to check `NODE_MODULE_VERSION` and if it is >4.0, set the flags...

I now investigated this a bit further. The cause of the issue is that the style sheet of the dark theme does not contain any styling for the controls on...

Options for the dark `QStyle`: * Use the *Fusion* style and set the palette to make it dark: https://gist.github.com/skyrpex/5547015 and https://gist.github.com/QuantumCD/6245215 * On Gnome, we can just use the dark...