Matthew Brush

Results 196 comments of Matthew Brush

Agreed. Edit: I mixed comments on this and PR #14 so I updated the comments appropriately.

I think this would be useful for the qlibc sub-build system: http://www.gnu.org/software/automake/manual/html_node/Subpackages.html

It's fine for now to support only Linux, I just didn't realize it at first, and I assumed it used some semi-portable (ie. POSIX) stuff. It might be worth to...

Maybe using a pipe or semaphore to replace eventfd. Windows has a whole different mechanism for async IO than Unix, but I think if libasyncd could stick to POSIX APIs,...

If it uses libevent, there's probably not really a need to use any platform specific stuff. AFAIK libevent already contains the needed platform abstractions. A quick skim of the API...

Windows doesn't have eventfd or kqueue, so I think this issue is probably still valid.

Note for future: https://webkitgtk.org/reference/webkit2gtk/stable/WebKitWebView.html#WebKitWebView-context-menu It might be possible to actually make the reload option work though.

@bentref are you using GNOME with X11 or Wayland?

I get weird behaviour even in X11 with KDE with regards to the auto-completion popup, probably Scintilla doing something uncommon, so it made me think it's related to the auto-complete...

I would definitely try a fresh config dir using the `-c` option as @elextr mentioned. It will narrow down whether it's something with your system (window manager, gtk version, etc.)...