Conrad Irwin

Results 605 comments of Conrad Irwin

I think the approach of wrapping the process crate is not a good idea, it's a lot of code, and is a concern that every contributor needs to think about....

> Ok, I think that this could work. Just to clarify, is this what you are proposing? > > * Have the flatpak include both the cli and the app...

nice! A few bugs: * If the project directory starts with `~` you get a "no such file or directory" * The terminal icon should show up for these projects...

This is not currently supported, but if you'd like to pair on making it, I'd love to help you: https://calendly.com/conradirwin/pairing.

This doesn't seem to be broken for me (though we did recently make some changes in this area). Are there specific keystrokes or contexts that cause this for you?

@diucicd You should be able to configure these with workspace::SendKeystrokes: If you're using vim mode: ``` { "context": "Editor && vim_mode == insert", "bindings": { ":": ["workspace::SendKeystrokes", ":="] } },...

Ugh! This is what I get for trying to be clever. You can make it work by adding a space between the two: ``` { "context": "Editor && vim_mode ==...

@Congyuwang thanks for this! It seems like there's a few cases to consider: * If you jump to definition of a non-module (e.g. a function, field, type, variable). It currently...

It doesn't look like we have configured that menu yet (it seems like the default one). So we may need to build some of the infrastructure here. If you want...

@jsfour Thanks for reporting this! I am unable to reproduce this on my end, but I can see that it is happening to you very reliably... Do you have any...