Dieter Geerts

Results 21 issues of Dieter Geerts

Can this be added? So we can have an unsupported browser page appearing based on the settings in our `.browserslistrc` file, which is already used by a lot of tools.

feature

While searching for reasons to use the one or the other, I found this: https://github.com/angular/protractor/issues/634. I can conclude from there that depending on the used libraries in your webapp, the...

My node modules don't get installed in a flat tree, but as an actual dependency tree where only the ones that are specified are installed, which is very good (I...

…+ added compile option, to support translations.

Inside of BodyController, the property is asked with `row[prop]` to get the group rows, so when you use a property path, it's not working. I'll see to create a pull-request...

When reporting a bug, please include: * A little info about your environment * npm-package-json-lint version: 5 * npm version: 6.14.5 * node version: 12.18 * The output from npm-package-json-lint...

This would be awesome, so that we don't need to apply multiple transformations and calculations, and having no good error feedback when the expect fails.

_Even though it would be far better to just let Jest work with a webpack config, which would avoid so many code needing to exist and make setting up testing...

:rocket: Feature Request
Stale

**Is your feature request related to a problem? Please describe.** When creating E2E test reports, all hooks have an empty name, which can be hard in debugging. **Describe the solution...