James Edward Gray II

Results 29 comments of James Edward Gray II
trafficstars

For what it's worth, I like this example the best of what I've seen so far.

I hit this problem this weekend. Looking forward to spritesheet support!

I did a programming contest last weekend where a quick GUI would have come in handy. I fired up Scenic and got what I needed going. It was cool! That...

Thanks for the tips! I'm very busy at work right now, but I just made a note to fiddle with this a bit on the weekend. If I come up...

I know nothing about this. Sounds handy though.

I was able to work around this issue with these hooks: ``` (add-hook 'yas/before-expand-snippet-hook (lambda () (if (eq major-mode 'ruby-mode) (remove-hook 'after-change-functions #'erm-req-parse t)))) (add-hook 'yas/after-exit-snippet-hook (lambda () (if (eq...

That's certainly possible, yes. I'll try to strip down my setup next time I have a chance to see if I can figure it out. Just to be thorough though,...

Good to know. Thanks.

I'm not against these ideas. I would support pull requests that made these changes.

We are currently planning the next major version of HighLine. We will include a discussion of this issue in the plans we make for that release.