Nick Zavaritsky
Nick Zavaritsky
Concerning providing a ready to use build for non-programmers, that is definitely a good idea. GitHub doesn't itself provide hosting for binary releases (it did long time ago) but there...
Hi! I will investigate this sleeping issue. I believe DualKeyboards has nothing to do with it. As far as I remember it doesn't even install anything; it is just a...
Sorry James, I failed to reproduce this issue (checked on 10.9 using the builtin macbook keyboard + apple bluetooth keyboard). Please provide more information: 1) What is your computer? 2)...
Please take a look at [KeyRemap4MacBook](https://pqrs.org/macosx/keyremap4macbook/). Its primary feature is key remapping; merging modifiers from different keyboards comes as a [side effect](https://pqrs.org/macosx/keyremap4macbook/document.html.en#implicit). Please write me back if **keyremap4macbook** works for...
@rattrayalex Fine, I'll do it.
@rattrayalex Thank you. Actually I am quite happy that I can move on and do other things :)
I wonder why it is not fixed in 2 years. Our project has recently switched from another Kafka connector, and cross compilation stopped working. This is a serious usability issue....
@edenhill Wasn't aware that the standard Go toolchain does not support cross-compilation of CGo out of the box. Thank you for the info.
Arriving late tonight, hence Friday night is not an option for me, unfortunately. I think I'll grab Luke after his talk if nothing else comes up. cc @fsfod @corsix @javierguerragiraldez
> the C compiler doesn't do a very good job of register allocation when faced with a thousands-of-lines-long switch statement Another option would be structuring the interpretor as a function...