Darren Ng
Darren Ng
(Arch Linux) ([2021.1.30 binary tarball](https://github.com/CoatiSoftware/Sourcetrail/releases/download/2021.1.30/Sourcetrail_2021_1_30_Linux_64bit.tar.gz) does NOT have this issue) Steps to reproduce 0. Download and extract [2021.1.30 source code tarball](https://github.com/CoatiSoftware/Sourcetrail/archive/refs/tags/2021.1.30.tar.gz) 1. Apply this patch to setup/Linux/createPackages.sh ```diff --- +++...
There are multiple errors and title is only the first one. See [idevicerestore.txt](https://github.com/libimobiledevice/idevicerestore/files/6257429/idevicerestore.txt) (Arch Linux) uname -r 5.11.11\ libplist [2.2.0](https://github.com/libimobiledevice/libplist/releases/tag/2.2.0)\ libusb [1.0.24](https://github.com/libusb/libusb/releases/tag/v1.0.24)\ libimobiledevice [1.3.0](https://github.com/libimobiledevice/libimobiledevice/releases/tag/1.3.0)\ libirecovery [11324701c89a2ef2ace1686fe25eeec9ad8adac8](https://github.com/libimobiledevice/libirecovery/tree/11324701c89a2ef2ace1686fe25eeec9ad8adac8)\ idevicerestore [4c154e82197039fd0991c69f563706bb17eb13ff](https://github.com/libimobiledevice/idevicerestore/tree/4c154e82197039fd0991c69f563706bb17eb13ff) ```plain $...
```plain $ uname -a Linux 820g3 5.11.2-arch1-1 #1 SMP PREEMPT Fri, 26 Feb 2021 18:26:41 +0000 x86_64 GNU/Linux $ cat /etc/lsb-release LSB_VERSION=1.4 DISTRIB_ID=Arch DISTRIB_RELEASE=rolling DISTRIB_DESCRIPTION="Arch Linux" $ clang --version clang...
vscode 1.85.1 on macOS Sonoma 14.2.1 ``` sudo lsof -i -P | grep -i listen ``` I get `*:4001` instead of `localhost:4001`. I think the default shall be listening on...
## Good Habit Checklist for Issue Reporting * [x] I've searched the issue tracker and is pretty sure that there's no duplicate issue already filed * [ ] I've built...
~/.config/ibus-kkc/rules/default/keymap/hiragana.json ``` { ... "define" : { "keymap" : { ... "Tab" : "set-input-mode-direct", "Shift" : "set-input-mode-direct", ... } } } ``` Tab works, but Shift does not work.