Seiichi KONDO
Seiichi KONDO
Sorry, the current implementation of `pry-inline` not works when a context (displayed ruby code) is invalid ruby code. For example, in your screenshot, the context (L109 ~ L119) is invalid...
I created a new textlint asciidoc plugin with [asciidoctor.js](https://github.com/asciidoctor/asciidoctor.js) AST ([seikichi/textlint-plugin-asciidoctor](https://www.github.com/seikichi/textlint-plugin-asciidoctor)). Although there are already some plugins, there are not maintained... ([textlint-plugin-asciidoc](https://github.com/opendevise/textlint-plugin-asciidoc), [textlint-plugin-asciidoc-loose](https://github.com/azu/textlint-plugin-asciidoc-loose)). How do you think? should I contribute...
Hi @azu Thank you for your advice and PR ( https://github.com/seikichi/textlint-plugin-asciidoctor/pull/1 ) :bow: I did not know the https://github.com/opendevise/asciidoc-samples repository (therefore, I used your promise book and some documents in...
@mojavelinux I'm sorry if i made you feel bad. > While it's possible to create a validator with Asciidoctor.js, it's never going to be able to go far enough. Yes,...
Hi @DJ-DOZA , Sorry for my late reply. It seems to me that the [demo pages](http://seikichi.github.io/tiff.js/) in [README.md](https://github.com/seikichi/tiff.js/blob/master/README.md) works. Could you provide more details? (URL, browser version, etc.).
Hi @cancan101 Thank you for using `tiff.js`. Please try `node: {fs: 'empty'}` option as follows: main.js ```js const tiff = require('tiff.js'); console.log(tiff); ``` webpack.config.js ```js module.exports = { target: 'web',...
See [demo](http://seikichi.github.io/tiff.js/multipage.html) and [code](https://github.com/seikichi/tiff.js/blob/gh-pages/multipage.html).