Tyler Stillwater

Results 36 comments of Tyler Stillwater

I am working on an entirely new system for DoubleCommand. I intend to support multiple keyboards in the second release. Perhaps we should swap notes sometime.

Thanks for looking in to this, @nelsam :)

@nelsam is currently working on this on https://github.com/stretchr/gorc/tree/feature/nelsam/rewrite

It looks like test_helper.go imports testing. That may be causing it. On Nov 25, 2013, at 2:14 PM, Oleksandr Lobunets [email protected] wrote: > I've noticed weird flags appear when I...

If it ends in _test, it won't be linked into the final binary. Sent from my iPhone > On Nov 25, 2013, at 7:05 PM, Mat Ryer [email protected] wrote: >...

Great idea! Let's look in to this for the next release.

@nelsam has a basic implementation of this working in feature/nelsam/rewrite

Certainly. Thanks for volunteering!

goweb allows you to override the codec being used by passing a different extension (`.xml`,`.json`). Obviously this is a problem for you. Do you have any thoughts on a way...