Evgeny Kurnevsky

Results 130 comments of Evgeny Kurnevsky

It seems hardening is going to be removed from `c-toxcore`. > So, inserting many fake nodes can attack Tox Network to prevent two valid tox nodes can not connect to...

This error is fine if you restarted the node before - other nodes remember your old key and send packets your new instance can't decrypt. But anyway there can be...

@FrontMage should be fixed with https://github.com/tox-rs/tox/pull/431

Why don't use `color-darken-name` in the `color` package? Also is it possible to make a generic transformer? I use `color-saturate-name` as well.

Also take a note that `color` package won't work in the terminal before some tty initialization which happens after init file is loaded. I had to use `tty-setup-hook` to make...

Try to add this into your init.el: ```el (require 'color) (print (color-darken-name "#121212" 0.5)) ``` And execute `emacs --no-window-system`. It'll print `#000000000000`.

`color-***-name` functions use `color-***-hsl` internally which should be working during init.el loading. So we can use `color-rgb-to-hsl` + hsl functions. The only thing that should be done manually is color...

If sorting in vscode is good enough, then probably we can just replicate it on metals side? :)

I also have this problem on linux with xmonad :)