Joffrey Bluthé

Results 14 issues of Joffrey Bluthé

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it When I close Zed I get an error message in the terminal...

defect
workspace
linux

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it When I turn vim mode off from the `settings.json` file and save,...

defect
vim
setting

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it When I run "workspace: open" (Ctrl + O) nothing happens. The only...

defect
workspace
linux

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it I have just started playing around with Zed and I quite like...

defect
needs info / awaiting response
linux
internationalization
keymap / key binding

I'm very excited about the new Ruff LSP, and I would like to try it out in Helix, my editor of choice :) I did not have a ton of...

documentation
server

I just started using `huak` (heard about it on the Python Bytes Podcast), and I really like the idea! I noticed that new projects created with `huak new` have a...

enhancement

With Python 3.13.0 installed with `uv` (i.e. from [python-build-standalone](https://github.com/indygreg/python-build-standalone)), the pdb prompt is completely nonresponsive when triggered either by the `--pdb` flag or by a breakpoint. This can be reproduced...

type: bug
plugin: capture
plugin: debugging

### Description I tried the [minimal gitlab example](https://github.com/pypa/cibuildwheel/blob/main/examples/gitlab-minimal.yml) but I could not get it to work with `DOCKER_HOST: tcp://docker:2375/`. This sounded like #1269, but their fix was to set `privileged...

From the [matplot lib issue tracker (comment)](https://github.com/matplotlib/matplotlib/issues/25944#issuecomment-1557105621), apparently: > python-build-standalone is not compatible with tkagg I am on Linux and it seems like tkagg is the default interactive backend (not...

compatibility
external

When unpacking the return value of a function which returns a tuple, only the first item of the tuple gets completions. For example: ```python import jedi code = """\ def...

bug