Stanislav Alekseev

Results 26 issues of Stanislav Alekseev

On systems where GLEW is not present in default folders (```/usr/lib```, etc), extra-libraries cannot find it, so you should better consider using ```pkgconfig-depends: glew```, ```when pkg-config``` is present in system...

enhancement

### Check for existing issues - [X] Completed ### Describe the feature In most of today's code editors there is support for building tasks and debugging/launch support. This gives better...

enhancement
editor

I'm really interested in using this in my rust projects, any plans on supporting serde/code generation?

help wanted

In PyTorch, there are multiple backends, one of them being an MPS one. It is a backend for acceleration on, particularly, apple silicon machines. I hereby, ask to add this...

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it Add a venv to a project, create the following task, write some...

defect
python
language
tasks

Release Notes: - Work around #8334 by only activating venv in the terminal not in tasks (see #8440 for a proper solution) - To use venv modify your tasks in...

cla-signed

### Check for existing issues - [X] Completed ### Describe the feature Right now, python venv is set up by sending the command to the terminal on startup. It prevents...

enhancement
python
language

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it The current way to pick up the environment as used in https://github.com/zed-industries/zed/blob/dab886f4794e8d14cc82dc8e4906e93b78aa8fe8/crates/project/src/project.rs#L9366-L9385...

defect
terminal

Release Notes: - Fixed detection of `direnv` not working in `fish` when an LSP adapter (`gopls`, for example) tries to detect user-installed binaries. (#8633)

cla-signed

On macOS (and linux probably?) the keybindings are weird for colemak. Instead of using real keystrokes, lapce seems to use "places" on the keyboard. For example to press Cmd+N and...

C-bug