Results 7 comments of Sebastian Zaha

Yep, this is quite annoying to me too, not quite sure yet how to focus the search box again though.

Thank you for the tip! I should perhaps open a ticket with clipboardy, see if it can be fixed there.

True, this is annoying, and C-y, C-w also do not work in various edit boxes either. Not sure how trivial that is to solve, but it bugs me all the...

What worked for me in the end was explicitly getting the extra flags (via `em++ --cflags`) and then passing them on in the CMakeLists.txt and letting cmake generate the compile_commands...

I wanted to use @jafl 's fix branch but it seems if call getConnection() on a pool, the query method on that connection expects a pool parameter as first argument...

Same here, in my development environment. `delayed_jobs` table is empty. Rails 4, Ruby 2.0.

In the case of the emacs extension, the old one had some code that was registering the "type" command to implement some more complex keybinding systems. I have removed it...