Niclas Olofsson

Results 4 issues of Niclas Olofsson

The [documentation of type definitions in VSCode extensions](https://code.visualstudio.com/api/references/contribution-points#contributes.configuration) is not very clear, but it seems like an array of types means "any of these types" rather than "an array with...

The Response section of the [Axios README](https://github.com/axios/axios/blob/master/README.md#response-schema) contains a subtle detail: > // `headers` the headers that the server responded with > // All header names are lower cased This...

2.0

This lib seems to have excellent type annotations. However, `mypy` does not seem to find the types when using `aioapns` in my code, as it fails with an [Missing library...

When running tests with xdist and pytest-stepwise, tests continue to run even after a test fails. Ideally tests should be stopped regardless of running with xdist or not, but if...