Jessica Kerr

Results 20 issues of Jessica Kerr

Result needs to provide its contents dynamically. This is especially important when ducts can be created dynamically (https://github.com/jessitron/aqueductron/issues/5) This requires more thought. It needs to supply the path as well...

Another endpiece: partition_dynamic(?) it takes two functions: data => category and category => Duct. The ducts are created as necessary as data comes in. Use case: count characters in a...

the map functionality should be available as "through", "map", or "transform." Filtering should be available as "filter" or "keeping"

The current endpiece split is sufficient for all cases, but it would be more efficient if we could selectively send the data down exactly one pipe. Implement a partition endpiece...

I moved the book-in-stock example files around. It'll take some tweaking for stock_stats.rb to run correctly again. Make stock_stats.rb run, and then put a readme or something in its example...

if it could find the microlib on github and import it from there, that'd be pretty rad