Julien Tanguy

Results 12 comments of Julien Tanguy
trafficstars

+1 Also, calling pwd with fish seems to output paths with ~ when inside $HOME, whereas $PWD has the ~ converted to its corresponding path

I am having this exact problem. I am willing to submit a PR to fix this, but I see two options here 1. Create a new plumbing command `deploy-or-restart`, which...

Any opinion @hsablonniere ? I will gladly implement this feature, but I do not want to impose an unwanted design for this feature

@wasim-abuzaher I don't think that you can provide context from react as it is now. I've started some work in #491 to allow more configurability in the express proxy, as...

I'm willing to rework the react client for an up-to-date API, with the newer Context API and some custom hooks if you want. Are there any needed features ? I've...

Is it possible to have a chat about about the react client features ? I have a POC of the react client using hooks, it is quite smaller compared to...

I had a POC at some point, but I probably lost it. I remember that the core features were quick to implement. My main concerns at the time were user...

Thanks for the insight. I was not sure about how to do it; it's my first time working on a vscode plugin. I'll try to do it myself

If it helps, I made the suggested changes to my fork at [jtanguy/elm-keyboard](https://github.com/jtanguy/elm-keyboard). The changes were made naively by adding a Maybe and fixing errors with the compiler's help. I...

I understand, I was hoping to help move this issue forward. This proposal is great for selecting keys and reduce the amount of messages in the debugger (espacially if you...