Sebastian Steinbeißer
Sebastian Steinbeißer
When trying to install kite via `bash -c "$(wget -q -O - https://linux.kite.com/dls/linux/current)"` I'm getting the following output ```bash $ bash -c "$(wget -q -O - https://linux.kite.com/dls/linux/current)" This script will...
Also, add the fixes coming with them.
## Proposed change Switch `src/documents/bulk*.py` from `os.path` to `pathlib.Path`. This commit strictly preserves the return types. Related to https://github.com/paperless-ngx/paperless-ngx/discussions/7861 ## Type of change - [ ] Bug fix: non-breaking change...
Version of the extension: `v0.0.46` Version of VSCodium: ``` Version: 1.94.0 Release: 24281 Commit: e3ecc7b1f165b02bbce073afbe9ab016559e91cb Date: 2024-10-07T16:22:10.210Z Electron: 30.5.1 ElectronBuildId: undefined Chromium: 124.0.6367.243 Node.js: 20.16.0 V8: 12.4.254.20-electron.0 OS: Linux x64...
## Proposed change Switch some more python files from os.path to pathlib.Path. Related to https://github.com/paperless-ngx/paperless-ngx/discussions/7861 ## Type of change - [ ] Bug fix: non-breaking change which fixes an issue....
With the release of dash 3.0 our CI/CD fails for stuff that used to work. Here's a minimum working example: ```python from dash import Dash, dcc, html from dash.dependencies import...
### Describe the bug When running in `pre-commit` a wrong URL pointing to the documentation is generated. This seems to be due to some bug in the environment that no...
With the following example pytype generates wrong annotations: ```bash $ cat t.py from os import chdir from pathlib import Path f = Path(__file__).resolve() chdir(f) $ pytype t.py $ cat .pytype/pyi/t.pyi...
**Describe the bug** We have a large code base that uses a custom library which has a large, auto-generated file of pydantic models. Since `1.1.405` including all following versions we're...
## Proposed change Upon running `uv run mypy .`, the parent comment 6b55740f5 contains `Found 3716 errors in 205 files (checked 357 source files)` while this commit reduced it to...