Zirro
Zirro
Indeed, I am asking for an option to normalize the output rather than the AST itself. I look forward to the improve-generator branch being merged, as that will surely make...
I am not sure how close you wish to adhere to the specification with the default syntax, but it is worth noting that in the current [CSS Syntax draft](https://drafts.csswg.org/css-syntax/#charset-rule), `@charset`...
This has been fixed in the latest version of NWSAPI (https://github.com/dperini/nwsapi/commit/f948015a3dff9bb58b88a05df29456d26468faba), but we'll keep the issue open until we've written tests for it.
> I would rather find a way to use the browser package.json field so that these don't get loaded at runtime for Node consumers. I believe this is the case...
> ...or any missing JS feature in JSDOM? You can polyfill many missing features, but IntersectionObserver would be of little use since jsdom doesn't do any layouting. We would need...
In addition to the `?channel_id=` parameter, there's also `?user=` and `?playlist_id=` with their values being the same as for `/user/` and `/playlist?list=` URLs. It's worth noting that only 15 videos...
> So why can't u just pass the normal URL instead? Non-savvy users would probably be unaware of the difference, expecting the application to "simply do the right thing" and...
In my case much of the processing happens on HDDs where reading and writing at the same time makes for a slow process. Downloading is relatively quick with my connection...
Are there many sites out there which restrict passwords in this way, yet still receive enough attention from developers who would be likely to add this attribute? It's anecdotal, but...
> Getting a password generator to produce a uniformly random password that matches an arbitrary regexp is possible in theory... It seems like it should be possible to cover 99%...