thkoch2001

Results 30 comments of thkoch2001

Allow me to suggest a different perspective to this problem. Maybe a generic backup tool is not the best tool for git repos. I'm thinking of a tool that watches...

I had this issue too while doing my first steps on NixOS with niri as wayland compositor. One CPU went to 100%, memory got consumed and systemd-coredump was busy too....

I have the same issue. I installed cargo, rust-analyzer and rustc from nixpkgs and did not install clippy. I installed rustlings via `cargo install rustlings`. Some notes for myself: 1....

I learned more about UEFI today than I planned. I did not get the netinst or standard Debian 12 or 13 image to work. But I could boot the genericcloud...

I believe issue #1673 is related to this one. I want automatic sharing of comments with mentioned users. #1673 is about getting a link that can be shared manually.

I could actually work around the problem with git cherry-pick -X subtree=web/planet-mars $COMMIT in the main worktree. However this of course only works as long as I don't use josh...

Thanks a lot, it worked! With two remarks for future readers: - The index does not get updated by josh, thus git status shows the tree as staged in the...

Thank you for keeping this open. I looked a bit at the source code of rustlings and believe I understand your concern. Rustlings must not be blocked by calling an...

Apparently there are also helix users that would like an emacsclient-like feature: https://github.com/helix-editor/helix/issues/2177

CC @astro FYI While learning nix and nix flakes, this command freezed my dear and at that point mostly idle 16GB laptop, eating >10GB: ``` nix flake show microvm ```...