Andrew Farkas

Results 9 comments of Andrew Farkas

`dbus-launch compton` did not resolve this for me.

Alternatively, undo/redo could move the cursor to the site of the undone/redone edit. This is probably more consistent with other editors.

> Anyways I will what can be done here, but to implement double tap as you one, every tap will have to be postponed by some delay. This is exactly...

> got it up and running now... @dneumair Do you mean that you have a fork with working `imgui_internals.h` bindings?

Its been two years, and this is still an issue. I spent several hours searching why my colors were not what I expected before I found this thread and switched...

Multisample renderbuffers (https://github.com/glium/glium/issues/159) are now implemented, as of https://github.com/glium/glium/pull/1998.

Also paredit-transpose, which swaps the right and left sexps.

This might be a symptom of #181.

> * block comment (unnested): `/*(?:[^*]|\*[^/])*\*/` This regex has a few issues: - Missing `\` before the first `*` - Fails to match `/***/` Here is the version I am...