milleniumbug
milleniumbug
1. Firefox: a tab is closed as if clicking on a "close tab" button. Firefox with tree-style tabs: dunno. Chrome: Same as in Firefox. Doogie: a tab is selected as...
Reproduced the problem by using their library directly. Gonna see what I can do there. Yes, regular delete is slow too. Up arrow navigation works correctly, except that their implementation...
This doesn't seem to be SharpWebview specific, and seems to be a thread affinity issue, and seems to be a limitation of the underlying webview control. I managed to make...
I've tried installing juCi++ on CentOS 7 (current version) by adapting the procedure from Fedora, and these are the results: - using `sudo yum` instead of `sudo dnf` - Boost...
I've tried installing juCi++ on openSuSE Leap 42, it can create and compile a hello world example, but it can't parse it with Clang (`libclang: crash detected during reparsing` gets...
This begs the question why doesn't libclang's highlighter fix up the mistakes once it hits. (no idea how these work, but I think it could fix it up. Or can't...
I've checked the `cpp.lang` file, and it's support for C++-specific features is just too poor. I also checked the `c.lang` file and I think such support for raw string literals...
FTR I reported the bug here https://bugzilla.gnome.org/show_bug.cgi?id=766078
Not yet, I'm trying to. The missing Py_DecodeLocale was the immediate issue that prevented me from compiling this branch.
Ok, after installing necessary dependencies, setting `site-packages` in config.json to correct path, `snippet.py` works correctly, but `tools.py` doesn't seem to load at all. (Python version: 3.4) Dependencies for Fedora 23:...