Brian Grinstead

Results 199 comments of Brian Grinstead

@HoffmannP from that issue (https://github.com/cdnjs/cdnjs/pull/3416) it looks like you are using > uglifyjs tinycolor.js --source-map tinycolor.min.map --mangle -o tinycolor.min.js > and tinycolor.js was downloaded from the github repository Not that...

The problem is that if you wget `https://raw.githubusercontent.com/bgrins/TinyColor/master/tinycolor.js`, this may be different from the tagged version of that lib (which could lead to all kinds of inconsistencies). What I would...

Cool, thanks for sending this! I will pull it down and check it out. Is this intended for gradient-like color stops? I remember it being a little tricky sometimes to...

And the version of the plugin I'm using: ``` runtime ":aws:1.2.12.2" ```

Sounds good. Depending on how things are accessed, the Cache API in a Service Worker may be a solution to consider as well https://developer.mozilla.org/en-US/docs/Web/API/Cache. I believe this would allow the...

Without looking closely at the code change, I think this is a neat idea and I could imagine us increasing the complexity of charts, text editing, etc if we move...

I like the approach with treating it as a translation and having them interspersed with text. I don't really expect this to drive much performance work in engines but I...

We discussed going forward with this as a new disabled-by-default test to make it easier for local testing

> Do we have data as to which version of Lit is most widely deployed? We want to test the most widely deployed version even if it's not the latest....