azu
azu
> https://github.com/asciidwango/js-primer/pull/687/files#r264591533 > もちろん、次のように`continue`文を使わずに「偶数なら`results`へ追加する」という書き方も可能です。 loopの`continue`文の例があんまり公平感がなくてよくない気がする。
[zeeshanu/learn-regex: Learn regex the easy way](https://github.com/zeeshanu/learn-regex "zeeshanu/learn-regex: Learn regex the easy way") を参考のリンクとして #121 に追加すると良さそう。 regex101は紹介してるので、その辺で一緒に書くと良さそうかも。 言語指定はないけど、大体JavaScriptの範囲っぽいので
- ajaxapp - todoapp はセクション毎に大体動くサンプルがディレクトリに切られている。 なので、これをブラウザでアクセスできるようにすれば、そのつどアクセスできるURLが作れる。 ## Task - ルートにURLをまとめたjsonを置く - 各サンプルを_bookなどにコピーしてgh-pages でアクセスできるようにする
優先度は低いけど面白い題材なので #121 のコラムとして。 ```js "ab".split(/a*?/) /a*?/[Symbol.split]("ab") ``` - 正規表現と文字列は同じロジックを共有している - https://github.com/asciidwango/js-primer/pull/183 - Well-Known symbolを使ってアクセスすることができる - さらにこのSymbolを持つオブジェクトを定義することでStringのいくつかのメソッドがこれを参照することができる。 - サブクラスでoverrideするなどができる - [match](https://www.keithcirkel.co.uk/metaprogramming-in-es6-symbols/ "match")
This PR is based on #21 I've added @rcaval's suggestion as patch. I've tested it with ACM account and it work.
I've tested on https://learning.oreilly.com/library/view/distributed-tracing-in/9781492056621/ and get following erros: ``` [safari-downloader] downloaded chapter files... [safari-downloader] downloaded stylesheet files... [safari-downloader] an error occurred while trying to download all the image assets (err:...
We want to add `@mdline/mdline-formatter-json` packages. It just return JSON string. ## Tasks - [ ] Blocker: https://github.com/azu/mdline/issues/2 - [ ] implement `@mdline/mdline-formatter-json`
mdline should support pluggable formatter. It is similar with [textlint](https://textlint.github.io/). ## Tasks - [ ] mdline cli support `-f` and `--formatter` - `mdline -f json -o timelint.json timelint.md` - Resolve...