Philippe

Results 8 issues of Philippe

## Bug report ### Expected behavior and actual behavior Some messages in terminal are printed in stdout instead of stderr. For example, when there is a missing file, the error...

Is it possible to target a specific buffer when press RET for `ivy-done` ala ace-windows. [ace-windows](https://github.com/abo-abo/ace-window) is able to select a specific buffer or open a new one. So is...

Hello, I try to build nf-tower but I got an error with Docker and permission error: ```vagrant@nextflow-tower:~/nf-tower$ ./gradlew tower-backend:jibDockerBuild > Task :tower-backend:jibDockerBuild Containerizing application to Docker daemon as tower-backend... Base...

Don't know if it's user related or conda package related, but providing a bind of conda environment to a vterm instance might be interesting This way, when launching a vterm...

enhancement

I see that there has been no activity on the depot for a while. Is @mhayashi1120 able to give the permission to someone or is a fork further ahead and...

If I have this code: ```python def func(first, second: str, third = 7, four: int = 1): print() ``` I got the following abstract tree: ``` module [0, 0] -...

enhancement

Hello, Is this repo still maintained? There has been no update for 2 years. I'm not criticizing, just asking. Do you accept potential new maintainers?

Hello, I use corepack with yarn in a docker image. But when I run an interactive command with my container, I get the following message: ``` bash Corepack is about...