Kővágó Zoltán

Results 10 issues of Kővágó Zoltán

Trying to call perspeen-delete-ws when the first workspace is active does nothing under emacs 25.3.1. I don't know if it's a bug or feature, but if it's a bug. according...

I've played around with the staging server, it worked fine. But when trying to generate the real certificate, I got the following error. ``` # acme-client -v foo.com acme-client: https://acme-v01.api.letsencrypt.org/directory:...

Trying to compile ``` System.Console.WriteLine(-0x8000000000000000l); ``` yields ``` foo.n:1:46:1:46: error: number literal 08000000000000000 is too large for given type ``` which is wrong, since `-0x8000000000000000l == Int64.MinValue`, and doing someting...

Since 2021.6, there is support for custom dark themes: https://www.home-assistant.io/blog/2021/06/02/release-20216/#support-for-custom-dark-mode-themes Could this theme pack gain support for this? There would be a few advantages: * dark themes inherit from the...

Emacs 26 introduced `display-line-numbers-mode` to replace `linum-mode`. Unfortunately `display-line-numbers-mode` doesn't correct the value of `window-width`, and emacs developers consider this a feature. See https://github.com/emacsorphanage/yascroll/issues/23 and https://groups.google.com/d/msg/gnu.emacs.bug/pxOxaocXa2s/Gg4Z8N0QAAAJ Steps to reproduce: 1....

I don't have audio in the back channels when trying to use openal-soft under wine. (The native linux version with alsa works fine). I'm trying this example: https://github.com/aib/openal-surround-test/ (originally I...

I tried to install the MKS UPS24V I received into my printer, but if I do it, the power supply immediately shuts down as I power it up. I guess...

After updating from 20210108.1841 to 20210715.1416 I've noticed that the default range was switched from whole buffer to display area. But what's worse that after using `ahs-change-range` to switch to...

I recognized some weird things happening in a GLFW app when I tried to used it on my notebook. After some digging I figured out it's because GLFW recognizes my...

bug
Linux
input

Normal `top` has `-b` (and `-d`) to have it print info to stdout periodically, `nvidia-smi` has `--loop` to do the same, could `nvtop`'s snapshot gain the same functionality? (And maybe...