Ingo Karkat

Results 80 comments of Ingo Karkat
trafficstars

Do you know about the [swapit plugin](http://www.vim.org/scripts/script.php?script_id=2294)? It has similar functionality, and I have sent a patch to the author implementing a fallback to speeddating when none of the swaps...

+1 on fixing this; it's a nuisance and impacting developer productivity. Another workaround is to define environment variables based on the inputs and then use `process.env.my_input` in the script. This...

+1 for this; I use a Pinebook with Ubuntu 24.04. Manual compilation (of https://github.com/tridactyl/native_messenger/commit/3059abd9fb3f14d598f6c299335c3ebac5bc689a) worked fine, but it's a lot of manual steps. ``` $ sudo apt install nim $...

@bovine3dom The build's arm64 artifact is working fine, just like the one I compiled myself. And here's the value of `$OSTYPE`: ``` $ command -v bash >/dev/null && bash -c...

> Brilliant, thanks. Could you confirm that `uname -m` returns `aarch64`? @bovine3dom Yes, it does. ``` $ uname -a Linux pinebook 6.6.47-current-rockchip64 #1 SMP PREEMPT Mon Aug 19 04:04:32 UTC...

Same for IntelliJ 2023.1. Is this a simple version bump in the manifest (but #31 has gotten test failures when it attempted that), or is more work required? Do you...

I don't understand the motivation for this. The `todo.txt` file seems to be inside the container, and therefore its lifetime is bound to the container's lifetime. Lose the container, lose...

With your detailed explanation, it makes a bit more sense ;-) For synchronization or sharing tasks among the team, the usual approach is a Dropbox / Google Drive / Nextcloud...

Yeah, but Python 3.8 was still supported for 0.11.x (BTW dropping Python 3.8 is fine with me; I just encountered that on my only remaining legacy system): > `Requires-Python: =3.8`...

I fully agree; mentioning the destination task number is useful. It was easy to implement, too ;-)