Karl Fleischmann

Results 35 comments of Karl Fleischmann

Hey @TomPridham, firstly sorry for not responding in all this time, secondly I am not able to reproduce your reported behavior. ![screen-1](https://user-images.githubusercontent.com/2211050/62310423-caf3b800-b489-11e9-8cd4-24a962c59be4.png) If you continue to observe this behavior provide...

Hello @cj please make sure to provide a minimal vimrc that allows me to reproduce the above mentioned highlighting. Otherwise I don't know how to help you.

@cj I think I found the issue, either I never bothered to add support or it may have changed but the issue you were referring to was specifically a [HerringtonDarkholme/yats.vim](https://github.com/HerringtonDarkholme/yats.vim)...

@cj I really do appreciate you taking the time to investiage all of this. If I find the time I will address these.

Hey @cj I am kind of embarrassed to admit that I forgot to investigate this because I never took the time... Using the vimrc you provided and looking at the...

You are absolutely correct, `-lGL` should stay. I have not gotten any warnings, but I was adding a switch for disabling X11 and it still linked all of the libraries...

Hi, I'm debugging this behavior on [`ckb-next`](https://github.com/mattanger/ckb-next/issue/154) and I wanted to describe my experiences: - Having rebound the keys with only Karabiner seems to work as expected. (Cmd + Tab...

Hey @floooh tl;dr: Operate on wayland input-events on a per-frame basis, or pipe them through sokol directly? I am currently working on combining wayland's input events (pointer, and touch) into...

After some more reading of the wayland references I have I found the way to add touch-support, but I was unable to test it due to lacking hardware. I did...

For transparency's sake: I spent the last couple of days getting to know the wayland way to implement pointer-locks, and I managed to implement a working solution in my wayland-only...