Larry Battle
Larry Battle
Getting an warning message when building anki files on mdanki 1.0.2. The built anki files work by the way. ## Steps to reproduce ### example.md ``` ## Test test ```...
Project structure has been updated. Now try to implement the feature created in this issue: https://github.com/LarryBattle/jQuizMe/issues/8
http://bateru.com/news/2009/07/jquizme-2-0-released/comment-page-2/#comment-1191 Question: Hi Larry, Thanks for a great plugin. I've noticed that in my attempts using 2 options with radio input that the correct answer is always the 2nd. Is...
Rewrite jQuizMe according to the product description. https://github.com/LarryBattle/jQuizMe/tree/master/beta/development%20notes
Running the Ratio-*.js through the Google closure compiler with advanced selected, will output 100+ errors. Most of them deal with incorrect usage of JSDoc props. Please fix these warnings. Sample...
Need to add a personal gulp task to push the latest release to the bower and npm repositories. https://www.npmjs.org/package/lb-ratio http://bower.io/ There could be a npm or gulp task named as...
Currently, there are 7 outstanding test cases that are failing. Make them pass and remove them. Failing tests: - `toLocaleString output: test Ratio.prototype.toLocaleString() for valid input: Scientific notated numbers (5...
The test cases need to be made runnable from the terminal. Make this work. `npm test` This will make using travis ci possible.
Should this library split up the parsing user input, numeric calculations and data format output into sub modules?