Fabricio C Zuardi
Fabricio C Zuardi
https://github.com/jesseskinner/hoverboard
What version of webkit is this using? It looks like it might be an old one that doesn't support Promises, when I try to run a node-webkit based app that...
It would be nice to have time intervals for "after " and "before " in Portuguese. I would expect the "antes de..." and "antes das..." to return an interval between...
If you look at https://github.com/estools/escope/blob/master/test/es6-import.coffee#L25 you see that the tests for es6 uses an esprima version that does not generate https://github.com/estree/estree spec compliant ast For example: **ast.body[0].specifiers** for code `'import...
On the readme file installation instructions the code contains this: ``` html {{{../post.markdown}}} ``` But on posts that have external embeds such as twitter tweet embeds, github code embeds, instagram...
Following the examples on the README doc, one possible way to apply custom styles on a tree menu is to use the ItemComponent component. The generated html `` tags have...
Other IRC clients have by default a shorter version of the `/join` command, `/j`. I think this could be a simple/nice to have enhancement.
Steps to reproduce: - open a shout page on firefox and login - look for a channel with lots of unread messages and click on it - try to read...
It is just an array of nicknames, if we need a command to be available only to certain group of users we test for the nickname on the handler function....