Tomasz Rakowski

Results 5 issues of Tomasz Rakowski

It does not seem to support views.

I'm trying to find the repo that has the source code for the nodejs implementation of ua-parser. It is very confusing as the npm package points to https://www.npmjs.com/package/ua-parser which says...

Hi, I've switched the dependency from gogeos to polygol. Polygol implements Martínez-Rueda-Feito polygon clipping algorithm which can be used to verify intersects and contains. It should also help dealing with...

Hi, Stopped working recently with the above error. Thank you for your work.

node.replaceChild(document.createTextNode('a'), null); node.replaceChild(document.createTextNode('a'), null); will result in in node having two textNodes with value 'a'. Each call should fail instead of magically appending.