Casey Watts

Results 24 issues of Casey Watts

I'm running OS X 10.10.2, I've upgraded and migrated my development files through a few computers. When I ran code_swarm (after some other troubleshooting) I got this error: ``` Exception...

This tool I made can transpose to different instruments' keys now, but only for those that are Treble clef. I understand ABC enough that I could manually edit the abc...

enhancement
visual

I noticed a UI bug and I thought you’d like to know about it! 😄 On my iPhone Mini, the bottom options bar gets cut off - the trash icon...

bug
help wanted

I just noticed gradients don't work on graphviz.it right now. Here's an example: ``` digraph G { "This Would Have A Gradient" [style="filled", fillcolor="#AC8ECE:#79589F"] } ``` What I see: ![diagram...

I got this working with Etherpad for realtime collaborative online co-editing :D https://graphviz-repl.herokuapp.com/etherpad/whee-it-works https://github.com/caseywatts/graphviz-repl/tree/try_etherpad (it breaks the local-running-version on `index.jade` the way I've coded it so far, but we could...

I just implemented `ember-buffered-proxy` to make an edit modal edit independently of the main page. I took some notes here that might help someone else. Or maybe even turned into...

It was tough for me to find the exact name of this plugin to recommend to a friend because of naming differences. The Sketch Toolbox entry vs the entry in...

This PR does two things: - updates docs using `npm run docs` - shows how to serve that folder locally using `npx http-server`, in the README.md

CLA Signed

options are listed here: http://cubiq.org/add-to-home-screen Hopefully there's a way we can implement this that doesn't depend on maintaining a whitelist of options in our app. Maybe we accept an `options`...

as discussed in https://github.com/mike-north/ember-add-to-homescreen/issues/87 (tests aren't passing yet)