Martin Auswöger

Results 436 comments of Martin Auswöger

I think this issue is caused by leading white space (even though the heredoc example does not have the whitespace in the resulting string). I was able to reproduce it...

Maybe changing the lines from here https://github.com/kalessil/phpinspectionsea/blob/9bd52620388ca5f8f0d894d49ad5e921a6adf533/src/main/java/com/kalessil/phpStorm/phpInspectionsEA/inspectors/regularExpressions/NotOptimalRegularExpressionsInspector.java#L67-L71 to something like this (adding `\s*` to the beginning and end) could work? ```java matchers.add(Pattern.compile("^\\s*([^{

CSS grid layout is currently not fully supported, see #11 Can you provide a reduced test case of your usage?

Can you provide a reduced test case of your usage?

`window.getComputedStyleMap(element)` was changed to [`element.computedStyleMap()`](https://drafts.css-houdini.org/css-typed-om/#dom-element-computedstylemap)

My current plan is to offer a configuration option where you can pass a ResizeObserver polyfill if you want to use one. Otherwise it will fall back to the global...

I think ResizeObservers are perfectly suitable as an enhancement. We can use them soon, even if we still support older browsers. But regarding browser support, I will probably [raise the...

As an alternative for browsers that don’t support ResizeObserver, we could listen to some events that might trigger resizing of elements, like `window.resize`, `animationiteration`, `animationcancel`, `animationend`, `transitioncancel`, `transitionend`. Maybe also...

Great 🎉🎊👍 So I need to hurry up now to get this implemented in the next version :)

The market share from [StatCounter GlobalStats](http://gs.statcounter.com/browser-version-partially-combined-market-share/all/#monthly-201705-201705-bar) shows only 0.17% for IE 9 and 0.22% for IE 10, but 4.59% for IE 11. Is there any other reason than market share...