Anton

Results 44 comments of Anton
trafficstars

I think it can be useful. But it's better to ask @tbranyen because he is the maintainer now. I believe him)

Спасибо! Если хочется поменять — лучше поискать новые ссылки, иначе, как по мне —  лучше 404 и название статей, чем вообще ничего.

Good catch! I think it has been pandoc/readability parser's bug. PR is welcome :D

@rutsky Yep, but we should update either of the ebooks as well.

I think it's should be useful for TS users. But I don't know how it work :D Can you make PR with badge?

@em you can use hack with `setTimeout` as workaround: ``` js setTimeout(function () { page(function (ctx) { // handle 404 }); page.start(); }, 0); ``` It's weird and it should...

what about middlewares that just extend `ctx` for others like [plugins](https://github.com/visionmedia/page.js#plugins)?