freshp86

Results 43 comments of freshp86

Allowing JSON based schema definition and queries is a bit concerning to me. It basically creates a "meta-programming" way of doing things with JSON, instead of sticking with one canonical...

I acknowledge some benefits of a JSON-syntax like trans-pilation, but I can't convince myself that a Web platform JS API needs to be modified drastically to accommodate other languages/platforms/environments. It...

I apologize up-front for the long response. There is a summary at the last paragraph. > Being able to reuse queries across platforms is just a side benefit, This side...

> Update: we're running v1.2.0 which is quite old so we will try updating it to see if the bug is fixed. I just checked with the latest version and...

The bug seems to happen because svgo is removing the `to` part of each transform. For example the following style tag ```css @keyframes rotate { 0% {transform:rotate(0deg)} to {transform:rotate(360deg)} }...

I think this is a bug with the minifyStyles plugin, and disabling it just bypasses the issue, as I don't see how removing the last part of a keyframe (whether...

The workaround does not seem to work (I had also tried this before filing this bug). Pasted the contents into a file in Chromium that is currently type checked and...

> Is this a problem for you? We are including compiler.jar as part of the Chromium repository at https://source.chromium.org/chromium/chromium/src/+/master:third_party/closure_compiler/compiler/compiler.jar, which is why I am interested. A larger compiler.jar has overhead...

> It's unlikely we'll investigate this ourselves anytime soon (sorry!). That's unfortunate. > Jar files are just zip files, so you can unzip them both Done. There are about 2000...

> so it's at the end of a long list of other bugs (that we'd also like to fix someday...). Ok. That sounds like a P3/WontFix unfortunately. Thanks for the...