Tim Schaub

Results 63 issues of Tim Schaub

If a project's `package.json` has `"type": "module"`, Karma fails to load the config file. I'm wondering if there would be interest in supporting ESM config files in addition to CJS...

I'm wondering if I am confused about the order of results in the default metrics-based view. I'm uncertain if higher ranking matches are at the bottom of the list or...

:grey_question: question

## Feature request **What is the expected behavior?** If a loader is authored as an ECMAScript module (or if the nearest `package.json` has `"type": "module"`), it would be nice if...

enhancement
inactive
webpack-5

I wonder if you considered calling component functions with a "context" arg instead of applying the same as `this`. And for generator components, the `props` property would be an iterable...

enhancement

Currently, `ol/Map.js` depends on `ol/control.js`, `ol/control.js` depends on `ol/control/OverviewMap.js`, and `ol/control/OverviewMap.js` depends on `ol/Map.js`. This branch moves the `defaults` function to `ol/control/defaults.js` to break the circular dependency. The interactions get...

This removes workarounds in the icon-color example for IE 11 and updates docs for the icon `imgSize` property. See #13883.

For the next major release, we could remove support for IE. There are years of IE workarounds in the library, so we may not get them all out, but we...

feature request

The current vector layer styling API is awkward in that style and symbolizer instances are mutable, but changes to them don’t result in a layer being re-rendered (see also #13882)....

feature request

**Describe the bug** After deleting a queue, I expected Redis keys associated with that queue to be deleted. It looks like the processed counts are left behind, so when a...

bug

Since regular expressions used [in JSON schema](http://json-schema.org/understanding-json-schema/reference/regular_expressions.html) docs aren't restricted to the [RE2 syntax](https://github.com/google/re2/wiki/Syntax), it would be ideal if the validator could be configured to use something other than the...