FUJI Goro
FUJI Goro
We have introduced CommonMark to our web service and found that some emphasises do not work as expected if they are in non-spaced tokens and links. Non-spaced tokens are important...
Hi! There seem unintentionally exposed functions, for example, `hex_digit_to_int`, so I've added `static` to them. I've also added some warnings to help this work, especially `-Wmissing-prototypes`. What do you think...
I'm not sure what happens but sometimes `track()` does not fire `callback`. For now, I add a workaround snippet to fire callbacks, but It's better if mixpanel-js handles it. My...
https://github.com/andyearnshaw/Intl.js/compare/v1.2.5...HEAD There are already too many diffs from the previous version. Can you release a new version? Or, how about to make a GitHub organization to maintain this package?
Currently `runtme/` is licensed under GPL v2 + CE. Android OS doesn't use classpath, so "classpath exception" makes no sense in Android. Unfortunately, I can't because my brain is no...
like: ``` : param $foo; # foo is required : param $bar default "ok" # $bar is optional, default to "ok" : param $baz default my_func("baz"); # calling my_func() if...
In order to detect XSS.