Shawn Patrick Rice

Results 66 comments of Shawn Patrick Rice

> Ruby's not my thing, but I think that one's a bit broken. Doesn't it compare everything as strings? You need to compare integer components as numbers and string components...

Touché. Again, from memory, all my tests were integers below 9. I'll make sure that the code gets an overhaul.

I'll copy the algorithim in code translations as closely as possible (and, of course, write real tests). Re: wildcards: I could go either way for `x` or the syntax above....

Yep. Composer is gem/pip for PHP. It's pretty rad, actually. You even just have a `composer.json` file in a directory that functions just like a gemspec or a requirements.txt. Then,...

Note: not **all** of the documentation above needs to be perfect, but we need to have enough to tell users what is going on and to tell workflow authors how...

The consistent format is still the problem. Worst case: we just load all API documentation in an iFrame of the bundler help pages. Since the display of the documentation isn't...

> d1f8b60 is the best commit message :laughing: Yup. I've made sure that I've run the tests each time after that before pushing... My bad.

Can you just describe what you showcase in the workflow?

I wrote the Bash API documentation by hand since we couldn't settle on a good generator. @smargh: Should the same be done for AppleScript?

We're getting close, guys. The "milestone" Taurus is at 80%. The AS, Bash, PHP, and Ruby bundlers seem to be working. Most of the documentation has been written. I think...