ArkadiuszMichalski
ArkadiuszMichalski
nextNode() https://dom.spec.whatwg.org/#dom-treewalker-nextnode 3.2 If a node is following node and is not... < first node is unclear, maybe write: 3.2. If there is a node which/that is following node and...
@annevk > > BTW, it's collection (rooted at root, whose filter matches any node), but for iterator sense root should not be included to this collection (as first element)? >...
I check this "rooted" term in various collection actions and: 1. In DOM for all collections is mention what its root (by sth like this: "rooted on this" or "object...
"A collection is an object that represents a list of nodes" "When a collection is created, a filter and a root are associated with it." "The collection then represents a...
Why limited only to one target? This would be more useful `disconnect(Node... nodes)`, so without passing argument act like what we have now (remove all registered observers), for one or...
Right, clearing all queued records may be a problem (everything depends on the situation). Remembering to use `MutationObserver.takeRecords()` before disconnecting single node, if necessary, is inconvenient. But suppress(node)/unsuppress(node) looks interesting.
>@chcg >Do you have a script available which could be used for the appveyor CI job? Probably yes, because I'm using NodeJS. I want it to work locally as well,...
@chck Nothing fancy, but it works. Now it's just only for experiments. https://github.com/ArkadiuszMichalski/NPP_tools You can test locally in a safe way, just provide some short list of "safe plugins" (eg....
@donho @chcg Any thoughts on this? This virustotal.com looks interesting, but we have [Public vs Premium API](https://developers.virustotal.com/reference#public-vs-private-api), and Public is limited: ``` The Public API is limited to 500 requests...
Yes, but this limits with public API... There are a few things about this tool. It allows to scan urls and files. Other types of scanners are used for this...