Albert Kalchmair

Results 4 issues of Albert Kalchmair

Hi, thank you for this nice library! I think glob::rglob("dir/**/*.ext") should match: - dir/file.ext - dir/sub/file.ext - dir/sub/sub/file.ext Currently it only matches: - dir/sub/file.ext - dir/sub/sub/file.ext Or how else one...

bug

Whenever a menu is closed (toolbar, context, titlebar) the scrollbars are reset to origin. I am using X11 and built from the master branch.

bug

Thank you very much for making this driver available! I am using it for the MacOS port of my project [keymapper](https://github.com/houmain/keymapper). So far it works very well. Have you thought...

I would like to use WAjic for compiling C++ libraries to JavaScript. Using one of these works fine, but when multiple scripts are used together they seem to conflict. As...