Florian Cargoët
Florian Cargoët
Sur les tables des matières un peu longues, on déborde sur le footer et on peut le voir par transparence. 
Feature idea: command-line plugin management - `hexo plugin enable (hexo-)generator-feed` => add entry in plugins in `_config.yml` + add default/example plugin config (extracted from package.json for instance) - `hexo plugin...
Some arguments are passed to the executed file and some are not (and generate errors). ``` $ cat test.js console.log(process.argv); $ cover run test.js some arguments [ 'node', '/tmp/options-test/test.js', 'some',...
`scrollafterchoice` has one not ideal choice & one bug: - It scrolls to the new content minus 20% window height. It feels weird. It might be OK for some project...
What are your thoughts on adding some code quality tools to this codebase? I'm thinking: - `prettier` for a consistent and somewhat standard formatting - `eslint` to prevent mistakes and...
The doc says: > Some tags can be customised via options, which by convention are separated with a ">>". For example, in musicplayer.js, you can delay a track by using...
These tags didn't work because pause/resume/stop used the whole parsed property instead of just the file name.
Closes #17
In `patches/storage.js`, if we `set()` a value of 0, `get()` will return `false`. ``` ExternalFunctions.add("get", (value) => { var v = get(value); return (isNaN(v) ? v : parseFloat(v)) || false;...
I've grouped these together because they are all in calico.js and they are all boolean manipulation mistakes. #image & #background have a bad check: `!typeof property === "string"` is not...