owillebo

Results 10 issues of owillebo

**Is your feature request related to a problem? Please describe.** bandit does not fail over non-existing files. It does print a message but this is invisible with -q option. Its...

enhancement

**Is your feature request related to a problem? Please describe.** The baseline file generated by bandit uses relative paths as it should. This way the code can be moved to...

enhancement

**Describe the bug** The [run]relative_files settings makes coverage `store relative file paths in the data file`. However this is only valid for files in or below the folder from which...

bug

## Summary * OS: { type-or-version } ``` Edition Windows 11 Pro Version 22H2 Installed on ‎11/‎07/‎2022 OS build 22621.1555 Experience Windows Feature Experience Pack 1000.22640.1000.0 ``` * Architecture: {...

bug
windows

Running; Python 3.11.2 (tags/v3.11.2:878ead1, Feb 7 2023, 16:38:35) [MSC v.1934 64 bit (AMD64)] on win32 Python 3.11.2 (main, Feb 9 2023, 15:00:29) [GCC 10.2.1 20210110] on linux QtPy==2.3.0 PySide6==6.4.2 I...

type:Bug

**Bug Report** On windows, .pyw is a valid extension for Python files (to be executed by pythonw.exe). mypy however assumes files with .pyw extension to have module name `__main__`. This...

bug

### Is there an already existing issue for this? - [X] I have searched the existing issues ### Expected behavior Build succeeds. ### Current behavior Build fails, with the following...

in progress

### Is there an already existing issue for this? - [X] I have searched the existing issues ### Expected behavior The CMake RelWithDebInfo build target is for building a Release...

in progress

Visual Studio 2026 gives; ``` Traceback (most recent call last): File "C:\projects\DNW\Code\eProsima\.venv\Lib\site-packages\colcon_core\executor\__init__.py", line 91, in __call__ rc = await self.task(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\projects\DNW\Code\eProsima\.venv\Lib\site-packages\colcon_core\task\__init__.py", line 93, in __call__ return await...

enhancement
good first issue

Astroid 4 gives `E1101: Method '' has no 'connect' member (no-member)` for PySide6.QtCore.QTimer::timeout.connect reproduce.bat ``` RMDIR /S /Q .venv ERASE test.py python -m venv .venv CALL .venv\Scripts\activate python -m pip...

Brain 🧠