Fall1ngStar

Results 13 comments of Fall1ngStar

Not the author, but I would like the same kind of functionality than in the VS Code version !

According to [actix doc](https://actix.rs/actix-web/actix_web/struct.HttpServer.html#hostname-resolution), the bind is made for both IPv4 and IPv6 when a hostname is specified (localhost or any FQND). The issue here is that meilisearch binds by...

I was fiddling with binding to multiple addresses before finding that this issue can be addressed with the change to `localhost`. I'm not sure about your question, maybe the original...

Perfect, I’ll make the PR in the day

Hey jdx thanks a lot for the work on this issue, this has been a recurring issue for me working with python ! Looks like the path is updated the...

Not sure that the fix solves the issue (at least for my use case) Here's the top of my path just after activating a python virtualenv ![image](https://github.com/jdx/rtx/assets/12586447/68f346ef-f754-4936-91c6-a53d5cb651d9) And the same...

I'm confused, isn't [9160c4f](https://github.com/jdx/rtx/commit/9160c4facffafd26bee4e94fe726316d07c1e4e5) the commit that fixed it ? I used the `cargo install rtx-cli --git https://github.com/jdx/rtx --branch main` command to install it

Using fish with `rtx activate fish | source`

ah yeah and I had shims remaining as a test for the first version of the fix, would that affect it ?

ok so I tried removing the shims directory but it did not change the result. Also adjusted the order of initialization in my config.fish file, and I can see the...