yds12
yds12
It's quite simple to make it work, basically just need to not use `reqwest::blocking::Client`, and put some `async` and `await` here and there (see patch below). But of course that...
Hello, thanks for the reply. Just tried here, but the same error occurs.
I had the same confusion. It seems that if you run with `cargo run` you will get most of those variables, but not if you run your executable directly. For...
I was trying to write the exact same script and found that `redshift -p` shows among other things a screen temperature, but it doesn't seem to be the current value.
I found a workaround on Linux: you can do `xrandr --current --verbose | grep Gamma` to get the gamma settings of the monitor, it is affected by redshift.
Partially addressed on https://github.com/yds12/tarsila/commit/584dcf8d25a55d83b8ad839a59e640608ca48142
It would have to be an outline like the one for the selection, which alternates between black and white (in black areas of the image a black outline would not...
With the [new changes on configurable controls](https://github.com/yds12/tarsila/compare/master...input-overhaul), I think we can have a crosshair cursor that is activated by keeping a button pressed, it's trivial to implement now. Would be...
Added: https://github.com/yds12/tarsila/commit/fecc9999404e34806670e9ccf922e45c303f066d To toggle the cursor, you can press C (this will be configurable soon). Let me know what you guys think, and if we can close this issue.
@FlitneyR 's idea is also good, maybe we could make the pixel under the cursor blink/alternate between the current canvas color and the selected color, when using the crosshair cursor.