Roberto Fernández Iglesias

Results 7 issues of Roberto Fernández Iglesias

feat: move description sections to the end with 'sectionsAtTheEnd' option Resolves #457

under consideration

When mypy is executed with `alive_progress` import and `ignore_missing_imports` to `false`, the following error is diplayed: ``` error: Skipping analyzing "alive_progress": module is installed, but missing library stubs or py.typed...

Fixes #12046 It does not raise "already defined" fail if already existing node is `InitVar`, so name of the property will be redefined. Then, when getting the method of that...

upnext

I would like to add `compilerOptions.isCustomElement` vue option and, to do so, I have added the following configuration to the `extension.config.js` file: ```js module.exports = { config: (config) => {...

Fixes #195. Using `"browser_name"` as an indirect parameter, pytest keeps the original order of the tests. Without pytest-playwright: ``` my_tests/test_a.py::test_aa[case_1] PASSED [ 12%] my_tests/test_a.py::test_aa[case_2] PASSED [ 25%] my_tests/test_a.py::test_ab[case_1] PASSED [...

## Summary Fixes #1156 and #1323 This PR adds support for deploying Planka under custom URL paths by extracting the path from the `BASE_URL` environment variable and injecting it into...

This is a small fix to reflect the real return type in `Container.top()` and `ContainerApiMixin.top()` methods. Fixes #2958