Jiří Málek
Jiří Málek
Hi, the code snippets below generates _Failed to parse expression_ errors. ```bash running_status_current_length=$(( (running_status_current_length + 1) % running_status_max_length )) ``` ```bash local number_of_lines=$(( (1 + 1 + number_of_systems) * number_of_transports...
Hi, the code snippet below generates _Failed to parse expression_ error. ```bash if [[ ${#} -eq 0 ]]; then : fi ```
Hi, I just found peru and have played with that a little. I would really love to deploy this to our company but I am missing one key feature. We...
Hi, I'd like to run KataGo on my M1 macbook with native support for CoreML but sadly, I don't know the framework plus I have no experience with macOS development....
Hello, there is a problem with hooks `pre-restore-all` and `post-restore-all` with tmux v3.4. I have this settings and in every shell I check the existence of this file. I some...