C. Scott Ananian

Results 111 comments of C. Scott Ananian

Don't let the haters get you down, man: hoarders is hilarious. And educational!

It is most likely a change in how Angular is bundling domino; as the comment in that file indicates, it is deliberately *not* in strict mode. Angular apparently is enabling...

What's the bug # on the angularjs project? This is not a domino bug, so commenting here isn't being seen by anyone who knows angular well enough to fix the...

Well, you could start by opening a bug on the angular project, as I've recommended. It doesn't seem you've done that yet.

Could you tell me what this line contains: /home/project15/web/node_modules/ng2-charts/charts/charts.js:24:47 You are trying to use some not-yet-implemented method of the canvas API, but I can't tell exactly which one based on...

The API isn't implemented. That seems pretty clear. It's of limited utility on a server-side DOM, although I suppose you could try to do server-side graphics rendering with it. Happen...

Domino uses the CSSLint css parser; see ccc98fe897a0bcdf1d710a40478cc17023d7d50f. Ideally that support would be added upstream and then brought into domino.

Please apply this patch against the upstream CSSLint/parser-lib, which this is a copy of. See ccc98fe897a0bcdf1d710a40478cc17023d7d50f If you're feeling really ambitious, you could even try to update to the latest...

I think your minifier is broken? This branch seems to have a bunch of unrelated stuff as well.

domino supports the `` element. Shadow DOM support would need implementing.