bandogora commented on issue mkhl/vscode-shfmt#33 2026年06月18日 20:24:51 +02:00
Why not shell-format?

@guettli I do not believe foxundermoon/vs-shell-format is being actively maintained. There are many issues around the extension not working with newer vertsions of Code and even an open issue on...

bandogora pushed to master at bandogora/librewolf-arch 2026年04月15日 17:50:24 +02:00
935f3d0351
Don't prompt user, disable LTO on LLVM mismatch
bandogora commented on issue mkhl/vscode-shfmt#5 2026年04月14日 17:25:43 +02:00
A certain amount of multi-byte texts are formatted to garbled texts

Sorry for the delay. I installed your attached build into "Code - OSS" and had it format the file I linked previously.

bandogora commented on pull request librewolf/arch#27 2026年04月13日 22:50:33 +02:00
Early exit or disable LTO if clang & rustc LLVM versions don't match

@any1here wrote in #27 (comment):

bandogora created pull request librewolf/arch#28 2026年04月13日 22:35:53 +02:00
Ensure FUSE mount has correct permissions
bandogora pushed to fuse-isolation at bandogora/librewolf-arch 2026年04月13日 22:16:58 +02:00
1a3c3f4c0d
Ensure FUSE mount has correct permissions
bandogora created branch fuse-isolation in bandogora/librewolf-arch 2026年04月13日 22:16:58 +02:00
bandogora commented on pull request librewolf/arch#27 2026年04月13日 21:57:52 +02:00
Early exit or disable LTO if clang & rustc LLVM versions don't match

I might be missing something, but this looks like it was supposed to be if [[ "${CARCH}" == "aarch64" ]]; then, not if [[ "${CARCH}" == "x86_64" ]]; then?

bandogora created pull request librewolf/arch#27 2026年04月13日 21:54:56 +02:00
Early exit or disable LTO if clang & rustc LLVM versions don't match
bandogora pushed to master at bandogora/librewolf-arch 2026年04月13日 21:35:55 +02:00
430637e965
LLVM parity check for LTO
bandogora created repository bandogora/librewolf-arch 2026年04月13日 21:20:57 +02:00
bandogora commented on issue mkhl/vscode-shfmt#5 2026年02月11日 21:50:13 +01:00
A certain amount of multi-byte texts are formatted to garbled texts

Sorry, I misunderstood your question.

bandogora commented on issue mkhl/vscode-shfmt#5 2026年01月28日 19:37:45 +01:00
A certain amount of multi-byte texts are formatted to garbled texts

I was able to reproduce this.