Anders Brams
Results
2
issues of
Anders Brams
The pull request adds a `@withMiddleware()` decorator for registering middleware on controllers and handlers. ## Description The `@withMiddleware()` piggybacks off of the existing way of registering controller- and handler middleware....
We introduce a new configuration property `maxLiteralStringLength` that fixes #1416 and #1655. The property can be set either in the serverSettings (e.g. `.vscode/settings.json`): ```json { "basedpyright.analysis.maxLiteralStringLength": 100 } ``` or...