Matthias

Results 68 comments of Matthias

[The code](https://github.com/webcomponents/polyfills/blob/master/packages/custom-elements/ts_src/native-shim.ts) has a check to return early for older browsers (if `window.Reflect === undefined` for example). So it's meant to be at least _runnable_ on older browsers. But Chrome

"This weekend" never came.

We encountered this issue, and found a resolution. We were using `namedInputs` to define keys for use in `inputs` and `outputs`, but it turns out these keys are not valid...

I was able to resolve the issues by removing the duplicate packages from my project using yarn resolutions: ```json "resolutions": { "color-convert": "2.0.1", "color-name": "1.1.4", ... ```

Thanks @ggetz for the links! I heard there was a policy as mentioned by @gberaudo in the ol-cesium repo (https://github.com/openlayers/ol-cesium/issues/962#issuecomment-863263797) but was unable to find it, so thank you. Anecdotally,...

Thanks for the reply @ggetz , It sounds like you are open to the change, but I understand it's a process change that requires investigation, coordination and documentation. Ultimately the...

> “A consistent development environment” is a bug I'm sorry but I have to chuckle a bit here. You gotta admit, it is a little funny to say that stability...

This happened to me too.