Сухарик

Results 95 comments of Сухарик

Actually, there's a way to combine both Emacs and Vim styles: - Ctrl+Key works like a normal hotkey - Pressing and releasing Ctrl switches the editor into command mode. Pressing...

> Do you mean, better output for stuff like collision-protect failures? Probably this too.

> So it's not very clear when one command ends and another begins. Still there's a very clear generic action (test the project, pull from a remote), unlike `config`. >...

> Also can we name it with dashes, just like `--config` argument? Sounds like a hack. > How about default values? --threads = 1 if nothing is set. Defaults <...

Yes, I agree that this kind of logic is probably too complicated. So the most reasonable solution is indeed to forbid using `--config` with other arguments.

Let me answer this with [nix-shell](https://www.sam.today/blog/environments-with-nix-shell-learning-nix-pt-1/): ```nix with import {}; stdenv.mkDerivation rec { name = "iced-env"; buildInputs = [ xorg.libX11 xorg.libXcursor xorg.libXi xorg.libXrandr libGL freetype pkgconfig freetype.dev expat ]; LD_LIBRARY_PATH...

Is there a way to workaround this? Now I see this every time I close a tab. It's rather annoying. **UPDATE:** manually removing ipv6 cookies in the settings helps.

> I2P is far from anonymous Why do you think so?

> But there would not be a connection to "clearnet" tox. Yes, but there will be a tox network inside I2P. It might be useful.

> I2P itself should make some general network driver interface where it is possible to connect. I doubt if it's possible due to I2P have much longer addresses than even...