Sergii Lavrin
Sergii Lavrin
Sad to see that this feature wasn't implemented. What issues did you face? Maybe we can help somehow?
Hm, can't figure out how CORS involved in local resources? When you work with local files, you just `fs` read them... that all, isn't that?
`file://` can be replaced by `__dirname` I believe, turning it into direct absolute filesystem path for Node. > a local page that references a parent path Well, in case if...
Right, It is exactly what I wanted to add. I think that going beyond defined domain sounds dangerous in any situation. And when working with local checking, we should consider...
Well, this can be made optional. After all, when user runs lib against his own codebase, he have some sense of trust and can opt to enable full scraping of...
Definitely should go into the https://github.com/flowtype/flow-typed, or be built-in directly into the `tcomb` itself. Btw, are https://github.com/gcanti/pantarei/tree/master/tcomb/3.x.x-0.33.x still actual for the latest `tcomb`?
Seems to not work with Flow 0.83.  Does anyone happen to have actual types for Flow .80+?
Hi! It's slightly unclear β plugin still does not support lets?
The problem seems to be still there... any chances for update?
> Edit: Does the slash at the end do anything?! It's mandatory for `XHTML`. For `HTML5` it's better to drop it.