devdoomari

Results 7 issues of devdoomari

how about adding some browserstack / saucelabs badge for more credibility? I'm sure this library won't mess up with IE>8 and others, but it's more 'comforting' to see those badges...

looking at the docs, it seems that react-performance is dependent on redux. Is this the case? Right now, I have a project that does not use any redux at all...

how about including d.ts file for dts-generator on npm bundle? It would be nicer to use dts-generator as a library if dts-gen came with its own d.ts files

paper.js already has boolean path operations built in. (http://paperjs.org/reference/path/#intersect-path) I'd love to have that feature available for react-paper-bindings :)

enhancement

I'm testing multi-touch support on linux, but couldn't get it working. I'm on Ubuntu, Thinkpad X230T (with multitouch + pen touch, both wacom devices)

For angularjs with really complex dependencies & etc, could you implement highlighting selected node & its dependency edges & their end-nodes? Thank you : )

I've introduced ContentSecurityPolicy (https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP) as the last frontend defense for my company's website. And there's a line (https://github.com/pixijs/pixi-gl-core/blob/bae92f4d92e600317a847ace646484a9e483657a/src/shader/generateUniformAccessObject.js#L45) using: ``` Function(someString) ``` to generate a function, which generates a Content...