Einar Wigum Arbo

Results 8 issues of Einar Wigum Arbo

**Is your feature request related to a problem? Please describe.** I am working with annotation of 3d-pointclouds. The data i have access to is in .las format. However, most annotation...

Feature Request

Thanks for an awsome library. I am currently trying to replace the old flake8 and isort setup on our repo with ruff. We can almost replace isort with ruff, but...

good first issue
isort

### Description Using `msgspec.json.Decoder.decode()` with a keyword arguments results in an error. Im guessing this has to do with the C-implementation. However, the error is only caught in runtime. Take...

Hi Based on this discussion on pyright: https://github.com/microsoft/pyright/discussions/7989#discussioncomment-9548709 A `collections.deque` is a valid `typing.Sequence`. However, `typing.Sequence` allows being sliceable, while a `collections.deque` does not support slicing. This makes room to...

stubs: false negative

Hey I think a great addition to this project would be to add a static type checker. I think the two most widely used are [`pyright`](https://github.com/microsoft/pyright) and [`mypy`](https://github.com/python/mypy). Both have...

Sorry for the mess with multiple PRs, not used to making PR's from forks :) Closes https://github.com/gabrieldemarmiesse/python-on-whales/issues/553 Keeps backwards compatibility with the compose_env_file parameter, but advises the user to use...

Potential fix for [https://github.com/equinor/template-fastapi-react/security/code-scanning/2](https://github.com/equinor/template-fastapi-react/security/code-scanning/2) To fix this problem, we should avoid directly logging the value of `config.OAUTH_WELL_KNOWN`. Instead, we can log a general error message without including the potentially sensitive...

Hi there. When do you assume you can support python 3.14?