Poliorcetics

Results 207 comments of Poliorcetics

Sorry for the month-long wait Edit: see my next comment for test code

Several test cases, I also put the function `into_ip_addr` to show it manages to find data (on my machine, all the failures happen on the `as_sockaddr_in(raw)` call). ```rust #[cfg(test)] mod...

> You should take a look at the code that's creating those structures. I use `nix`'s `getifaddrs` function, see the previous edit on [this comment](https://github.com/nix-rust/nix/issues/1709#issuecomment-1152180163) Previous comment Output of `cargo...

> Some people claim that access to build artifacts is solved by allowing people to better specify the location of the target/ directory, in particular via https://github.com/rust-lang/rfcs/pull/3371. As the author...

Closing since relevant issue has been closed

> I sincerely hope that all LS actually stick to this send everything lowercase rule (but at-least all LS that are written in nodejs should as they would be using...

Does helix intend to support remote editing one day (like `hx scp://user@remote[:port]//path/to/file.txt`) ? If so, using `PathBuf` would be detrimental

> > Does helix intend to support remote editing one day (like `hx scp://user@remote[:port]//path/to/file.txt`) ? If so, using `PathBuf` would be detrimental > > > > I think @archseer sentiment...

I Hope I'm not too late, but I would like helix to also support `(config|languages).local.toml`, that way I can easily have a global gitignore for it and avoid polluting repos...

As helix becomes more used, I expect some repos will start having a config in their git, like many already do for VSCode, jetbrains IDEs or vim/neovim, in this case...