Mikhail

Results 25 issues of Mikhail

```sh ~ hstr --version hstr version "2.5.0" (2021-12-13T22:00:00) ~ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=22.04 DISTRIB_CODENAME=jammy DISTRIB_DESCRIPTION="Ubuntu 22.04.3 LTS" ``` Steps to reproduce: launch hstr and press "Ctrl+/". GDB stacktrace (no debugging...

:finnadie: blocker

Situation: * We have a cluster 1,2,3; 1 is leader * Process a command "add 4, remove 1". Imagine these are two calls in C++ code. * "add 4" is...

First things first, I don't think it's a particular issue of this repository, just the problems of Cmake. Nevertheless, I need a fully static build of some application using notcurses...

bug

Package managers usually have the ability to install deps from a requirements file. This PR adds a similar feature to reapack. + include disabled remotes while exporting TOC for export...

``` ~ /opt/activitywatch/aw-server-rust/aw-server-rust --version aw-server 0.12.3-beta.4 ``` ``` http://127.0.0.1:5600/#/settings/category-builder log.js:32:13 XHRPOSThttp://127.0.0.1:5600/api/0/query/ [HTTP/1.1 500 Internal Server Error 1ms] Uncaught (in promise) Object { stack: "at@http://127.0.0.1:5600/js/chunk-vendors.1d00f8e2.js:15:83901\nQt@http://127.0.0.1:5600/js/chunk-vendors.1d00f8e2.js:15:95313\nl@http://127.0.0.1:5600/js/chunk-vendors.1d00f8e2.js:15:98427\nEventHandlerNonNull*97218/ce

Hi. In https://github.com/yandex/ch-tools we use your action. The issue follows: 1. Cache is successfully installed on first run. It's used (example run https://github.com/yandex/ch-tools/actions/runs/5554305954/jobs/10143948024, "prepare build deb" and "build deb" steps)....

bug
help wanted

v2

25 comment

Goals: - [x] No Ruby dependencies. - [x] Reapack installer support - [x] No "script is already running in the background" - [ ] No basic/extended keymap, only one file...

### Operating System Info Other ### Other OS Debian 13 Trixie ### OBS Studio Version Other ### OBS Studio Version (Other) 30.0.1 ### OBS Studio Log URL https://obsproject.com/logs/BxkDv3VpBNYlZDa0 ### OBS...

Linux

``` % reapack-index -a --name "SWS" /home/myrrc/sws Traceback (most recent call last): 9: from /usr/local/bin/reapack-index:23:in `' 8: from /usr/local/bin/reapack-index:23:in `load' 7: from /var/lib/gems/2.7.0/gems/reapack-index-1.2.3/bin/reapack-index:8:in `' 6: from /var/lib/gems/2.7.0/gems/reapack-index-1.2.3/bin/reapack-index:8:in `catch' 5: from...

bug

LTO allows to eliminate dead code sections. Why this may be useful, clap example. Release build: ``` ~/src/dexed bloaty build/Source/Dexed_artefacts/CLAP/Dexed.clap FILE SIZE VM SIZE -------------- -------------- 34.1% 6.96Mi 0.0% 0...