Bemi Faison

Results 6 issues of Bemi Faison

Since the introduction of "destination flags" in queries, I've been pondering a change with how authors navigate programs. Instead of relying on a _method_ to clear waypoints and create a...

Methods
API
Strategery
Figuring Out

The problem with importing states is their tags. While some tags should override each other (like `_perms`), others could be successfully merged (like `_data`). In these cases, the tag needs...

Tags
Enhancement

The "rjs" package would implement convenience tags and methods, for loading AMD modules with [require.js](http://requirejs.org). This issue list possible use-cases and implementations, of the RJS package. _The package may exist...

Packages
backlog

[coveralls.io](http://coveralls.io) offers some nifty badges that report on the coverage of your test cases. The work to enable test coverage will take time, plus their service integration promotes Grunt, which...

Testing
Figuring Out

Given genData's utility, performance is important. While there are many ways to code genData, we need real data that demonstrates improvements. `benchmark.js` may be the right first step for comparing...

enhancement

genData is coded to support several environments, which reduces the optimum performance in all of them. A build system should be established which allows configuring genData for AMD, Node, and...

enhancement