inokawa
inokawa
Hi, are your secret tokens still alive?
Hi, @alaendle The core of this gist is fetch user commits from GitHub API and counts them. This gist has some filters to ignore not suitable commits but it may...
> The only thing that came to my mind is that some (maybe optional) filtering of the commits with regards to the git user name might solve these kind of...
Hi, what version of react-native do you use? It wasn't reproduced in my envronment with react-native 0.66.3, react-native-webview 11.22.4 and react-native-react-bridge 0.10.1.
I added `cjs` to the hardcorded exts in `0.7.3`. Configurable sourceExts sounds nice but currently this lib needs customized logic for each exts so it may not be worth the...
I haven't tested it so it may not work with remark-cli. Contributions are welcomed!
Hi, @dylans. Yes. I thought it may be needed if someone use this seriously. Thank you! This plugin trusts [mdast](https://github.com/syntax-tree/mdast) data structure (the type definition in this plugin is bit...
Thank you @dylans. Please point out if you think I misunderstood. If so that is because of my English skills... This lib handles `mdast ast slate ast`, so you mean...
Hi, @siliconeidolon . Some decorations like underline is not a common mdast spec but you can use them with HTML in markdown. Texts like `foo` will be parsed into `type:...
The result looks not correct because underline in my demo looks not escaped by this lib. I guess it's caused by the bold wrapping HTML. I didn't expect to use...