Scott P

Results 11 issues of Scott P

ideas from #119, #120, #142. #149, and changes in v5. An update for hygen.js that expands functionality, composition, and extensibility . The data structure has been simplified, the revolvers have...

ideas from #119, #120, #142 It is pretty much a complete rewrite, but it should be backwards compatible and offers a lot new. A functional pipeline. A config object is...

I would like to write a small helper to make adding packages as part of a template easier. There seem to be a couple of contenders, but i'd like to...

...refinements and patching. See the README for more complete explanation.

String#tab is an alias for String#indent. But there are separate tests and demos maintained for both. The [tab demo](https://github.com/rubyworks/facets/blob/master/demo/core/string/tab.rdoc) states `Unlike #tabto, #tab indents all lines equally regardless of prior...

I think the functor and all it's attendant pieces and parts should be extracted into a separate gem. I've been making a start at updating the tests and qed demos...

The implementation of Enumerable::Argumentable is broken for methods with an .arity of -1 such as .min and .max In both cases the method has a variable number of arguments which...

I have a need to use 'If-Modified-Since', and saw an opportunity to improve the where method as well. I'll write tests and docs if you think you'd merge. thanks for...

This request is meant for discussion, it is unready for merging. I'm going to do this work, but I wanted to know what you guys thought of it. It could...

enhancement

I just ran into this situation and I immediately started trying to solve it, then I came here to look for a standard, and I didn't find one. The problem...