Yaroslav
Yaroslav
### Description Hello. Hyprland IPC has the following event emitted on the layout change ``` activelayout>>KEYBOARDNAME,LAYOUTNAME ``` `KEYBOARDNAME` and `LAYOUTNAME` are separated by comma. The problem is that `KEYBOARDNAME` can...
Hello. luarocks version: 3.11.1 OS: Alpine linux (edge) I'm trying to use luarocks installed via neovim plugins and facing an error, which I debugged down to the following: `fs.tools.use_downloader` prefers...
Hello. I'm trying to run ```bash $ ./Meta/ladybird.sh run ladybird ``` as per the instruction and getting the error: ```bash Checking for CMake version at least 3.25... ERROR: found version...
Busybox version of `sort` utility doesn't support `--version-sort` and `--check` CLI args, only their short alternatives (`-V` and `-c`, respectively). Use the short alternatives to gain the busybox compatibility. Fixes...
Добрый день. ```python data = bytearray.fromhex("a" * 512) c1 = gosthash.new("streebog256") c1.update(data) print(c1.hexdigest()) c2 = gosthash.new("streebog256") for i in range(0, len(data), 32): c2.update(data[i:i+32]) print(c2.hexdigest()) ``` печатают разные значения. Судя по...