Oliver Olsen

Results 7 issues of Oliver Olsen

### What did you do? I opened DB Browser for SQLite ### What did you expect to see? - ### What did you see instead? DB Browser has a huge...

Installing the package from Atom results in this error: ``` Installing “[email protected]” failed. npm ERR! code E500 npm ERR! 500 Internal Server Error - GET https://www.atom.io/api/packages/atom-ide-base/versions/3.4. ``` When I try...

Hello! When I run the command "Python Isort: SortImports" nothing happens. No sorting, no errors. windows 10 atom 1.60.0 python 3.9.1 isort 5.10.1 python-isort 0.0.7

Currently, for any `uv pip` commands, you must explicitly specify the `--python-version` option. The `.python-version` file is ignored. Why? uv 0.5.4 Windows 10

needs-decision
breaking

Code for reproduction: ```python from jedi import Script code = """ def foo(): def bar(): ... # Comment in foo """ script = Script(code) context = script.get_context(6, 6) print(context.name) #...

bug
low-prio

Code for reproduction: ```python import jedi code = """ async def foo(): return None """ script = jedi.Script(code) context = script.get_context(3, 5) print(context.type) # `module` when it should be `function`...

bug