Zev Goldstein
Zev Goldstein
This issue doesn't seem limited to a particular direction. I was able to recreate this issue by putting my panel on right side of my left monitor. I was able...
Ok, this is ready for reviewer now.
I suggest ignoring whitespace changes when viewing this diff.
I am also affected by this. Specifically, I ran into this bug https://github.com/v8/v8.dev/issues/4 in my own PWA, and part of the fix outlined there involves adding templateUrl config like this...
I've already made a patch that addresses this by adding an `include_uncompressed_layers` boolean arg to `generate_args_for_image` and sets it to `False` in `push.bzl`. That was the most minimal version of...
just uploaded my patch as PR #2018. Happy to make any changes you would like to see.
I think I like this proposal, but we should be careful about the distinction between properties and attributes. This is particularly important in the context of custom elements. See all...
Another specific use case for this feature was raised in https://github.com/firebase/firebase-js-sdk/issues/546#issuecomment-370596013 Namely, firestore is an isomorphic package that includes large platform specific dependencies. If you are using their package for...
Polymer 3.0 has officially launched now. Unfortunately, the modulizer still isn't "finished", but it's far enough along that they encourage people to try using it on their codebase. The expectation...