Ivan Kozik

Results 135 comments of Ivan Kozik

Is there a Desktopmagic-related issue?

`LogicalToPhysicalPointForPerMonitorDPI` https://github.com/justinfrankel/licecap/commit/d7035ae9d4b27236fef2cf0ddd68b05c13080412

Interesting, thanks. That seems like it would work for a lot of applications that use Desktopmagic, but putting it into Desktopmagic itself could interfere with a GUI program that expects...

Please merge this; the deprecation warning was very confusing to me as someone using a local store with `store_uri = auto`: ``` hydra-send-stats[3536553]: hydra.conf: binary_cache_secret_key_file is deprecated and ignored. use...

The only way I can quit it is by pressing ctrl-c in the command prompt.

I'm a little confused. If I start clj-ns-browser with `lein run` or `-m clj-ns-browser.core` and then close the last window, isn't that a good indication that I'm done with clj-ns-browser...

zsh master up to https://github.com/zsh-users/zsh/commit/ab4d62eb975a4c4c51dd35822665050e2ddc6918 also has this issue. I looked through the commits from 5.8.1 to 5.9 and I didn't find anything obviously color-related.

https://github.com/zsh-users/zsh/commit/0721060f3616deac84f82c4a97d75987e276fe0a bad https://github.com/zsh-users/zsh/commit/714864a87b11b080da92dee7abc29b8bc64107a5 good I confirmed that reverting https://github.com/zsh-users/zsh/commit/0721060f3616deac84f82c4a97d75987e276fe0a fixes the reset of zsh-autosuggestion's region highlight for colors < 8.

Interesting, thanks for that `SqlType` workaround. I was using `.filter(sql(&format!("id = '{}'", id)))`, which required me to deal with SQL injection.