Vitalio

Results 126 issues of Vitalio

See https://pygobject.readthedocs.io/en/latest/guide/porting.html > If your code contains imports like import gtk, import gst, import glib or import gobject you are using the old bindings and you **should** upgrade. > >...

Is 'KCP' an abbreviation? If yes, how it's explained?

I was intending to package UDPspeeder into ALT Linux, but found it's using bundled `libev`. Many distributions provide `libev` package[1]. Can you use (and dynamically link to a) system provided...

Please replace base package `linux-generic` with `linux-virtual` for Ubuntu. mkosi is mainly used for KVM based CI testing, but `linux-generic` pulls `linux-firmware` which is not needed 200 Mb (wastes bandwidth...

RFE

restic 0.9.6 compiled with go1.14 on linux/amd64 When I backup restic sources dir (after full compilation) and restore afterwards It restores incomplete when restore target is already restored directory. It...

type: bug
help: wanted
category: restore

If libcrypto.so.1 loads engine compiled for libcrypto.so.3 crash is imminent. Avoid the crash by not loading engine at all if there is two libcrypto.so. There cannot be two libcrypto.so.1 or...

https://github.com/gost-engine/engine/blob/d74c05b73cc98e9ce66e57d86ae03c023d2b3c53/CMakeLists.txt#L1 А зачем требуемая версия cmake поднята до 3.18? В коммите объяснения нет. Я на Ubuntu 18.04.3 LTS† ставил `3.10` и ничего не сломалось. __ † На [Intel DevCloud](https://devcloud.intel.com/oneapi/).

Идея такая: - В файле `gosthash2012_dispatch.h` создаются разные версии `g()` под разные микроархтектуры (sse2, sse4.1, и ref). - Они переключаются динамически во время выполнения (сейчас для определения микроархитектуры используется `__builtin_cpu_supports()`...

enhancement

``` $ nm -D bin/gost.so | grep -w T -c 154 ``` 99% из этих символов не нужны (скорее всего нужен только `bind_engine`) Есть такие методы решения этой проблемы: https://labjack.com/news/simple-cpp-symbol-visibility-demo...

Current implementation of `zsh` completion for `tig` relies upon `_git` completion installed from `git-core` package (from `git`'s `contrib/completion/git-completion.zsh` into `/usr/share/zsh/site-functions/_git`). This is true for openSUSE only! See for reference https://pkgs.org/search/?q=_git&on=files...