Jo Gay

Results 11 comments of Jo Gay

After a trip down the rabbit hole so to speak, I was at least able to confirm that the issue resides somewhere between epoll, iolib, and this library. The hang...

The problem did reoccur after about 15 hours running with select. I am working on a test case for reproduction.

I appreciate the thorough response. The system bus connection is obtained through /var/run/dbus/system_bus_socket by default. This seems the correct approach, but it doesn't work. I will try your fork.

That does in fact work! Is it the external auth that makes the difference? I will need to investigate further to eliminate the mystery.

After playing around some more, I discovered the proper syntax for variant type signatures: ``` lisp (with-open-bus (bus (system-server-addresses)) (with-introspected-object (wicd-wireless bus "/org/wicd/daemon/wireless" "org.wicd.daemon") (wicd-wireless "org.wicd.daemon.wireless" "GetWirelessProperty" '((:int32) 0) '((:string)...

The external SASL authentication method fixes this issue. I would suggest pulling this in from lucashpandolfo.

I'm seeing this too. Weirdly enough, it doesn't just jump to the first input element, it cycles input elements on subsequent focus events. ``` Webmacs version: | 0.8 (034a46aee33a0c33c0b66866faaaa1ea926b6a82) --...

Thanks! Can confirm that binding Tab to a noop command in global prevents the undesirable behavior.

Hi, I currently use webmacs as a primary browser and prior to that conkeror for several years. At present I have free time and wouldn't mind attempting this. By the...

That sounds fine! I will start reviewing and reading through everything tomorrow. Stumpwm is a great project, it's made me happy as well :-) @shuwan4 I will likely need help...