emgram769

Results 20 comments of emgram769

I attempted to create an SSL socket std::unique_ptr sock(new ssl_socket(&the_kernel)); [... connect, check the handshake was valid, etc ...] websocket_protocol::options ws_opts; ws_opts.serialisers = (int)serialiser_type::json; auto session = wamp_session::create(&the_kernel, std::move(sock), nullptr,...

yea thats probably a good idea, although ideally users would be able to pick and choose modules to install, which git is not really suited for.

an alternative to tab complete from selections would be the ability for the script to provide specific tab completes. for example "light" might be a valid query where the first...

That is a great idea. Any suggestion on current tag/tagging policy? I'd like to formalize that first

I believe I resolved the issue with this most recent commit (b496ebe8114fa4a05ea65144b9b357a6e631d797). Perhaps this will resolve the other segfault issue you saw, but I can't seem to reproduce it. let...

try setting `screen` in the config file to be the number of your screen (you may have to play around with this) ``` screen=1 ```

I updated the previous comment to correct what I had written, try `screen` instead of `desktop`

are you using randr or xinerama? you can check what lighthouse thinks you are using by compiling with `make debug` and looking at the printed statements when you run it....

this is a good point, it really should only execute when a specific key is hit. any suggestions for alternative interfaces kahrkunne? perhaps something like `eval this part`?