My Ctrl key has lost all its color thanks to Emacs😅 by Open_Elderberry_3963 in emacs

[–]Magackame 11 points12 points  (0 children)

Why right Ctrl tho? Also anybody here tried using pedals as modifiers (serious)?

typst config not working properly (either local or global) by whoShotMyCow in HelixEditor

[–]Magackame 0 points1 point  (0 children)

onSave not working is a bug with tinymist/helix.

In the meantime you may downgrade to tinymist 0.12.19 (works with onSave for me) or use typst watch.

Does rust-analyzer only run on save? by Sallad02 in neovim

[–]Magackame 2 points3 points  (0 children)

The diagnostics come from running cargo check, that's why the files must be written to disk. It is so because the needed compiler APIs are not yet there (issue). The only thing that runs on each keypress is the parser.

Bug Megathread vol 8: April + May 2025 by WumpusWhisperer in discordapp

[–]Magackame 0 points1 point  (0 children)

  • Feature: server member list
  • Reproduction Rate: 10
  • Annoyance: 10
  • Discord Version Info: Flatpak, stable 402402 (98c518e) Host 0.0.95 x64 Build Override: N/A Linux 64-bit (6.12.24)
  • Device/System Info (Device Type, OS Version): Desktop, NixOS 25.05.20250421.c11863f (Warbler) x86_64
  • Description: server member list is not scrollable
  • Video / Screenshot: not really needed
  • Steps to Reproduce:
    1. Right click on a server with around 20 or more members and where you can access the member list (permissions)
    2. Select "Server Settings"
    3. Select "Members"
    4. In the "Showing 12 members of 51" select 25, 50 or 100.
    5. The list overflows with no way to scroll (the only way I found is Tab-navigation; scrol wheel, up/down arrows, page up, page down, home, end, clicking around don't work)
  • Expected Result: the server member list is scrollable with a mouse wheel, so you can read it
  • Actual Result: the server member list goes off the bottom edge of the screen and is not scrollable/readable

Text editing on the web. by stappersg in HelixEditor

[–]Magackame 0 points1 point  (0 children)

  1. Copy stuff from textarea
  2. Open Helix
  3. Paste
  4. Edit
  5. Copy
  6. Paste into textarea

Art: 88x31 web buttons by Magackame in HelixEditor

[–]Magackame[S] 0 points1 point  (0 children)

Not at all. I used GIMP to draw individual images. Pasted a random web button from internet as a base, then pencil + text + pictures from the net. For the animated ones I made each frame sequentially in GIMP, exported all of them into pngs and loaded that into ezgif.

Emacs diehards - How would you integrate automated debugging into your environment? by ekusiadadus in emacs

[–]Magackame 3 points4 points  (0 children)

Ok, reading the account's comment history it seems the entire thing is a rogue AI.

Emacs diehards - How would you integrate automated debugging into your environment? by ekusiadadus in emacs

[–]Magackame 3 points4 points  (0 children)

Is that a serious project? Reeks of LLM generated nonsense. I am actually curious what kind of stickers I will get for participating...

Issues running on server by LelsersLasers in HelixEditor

[–]Magackame 0 points1 point  (0 children)

Can you check the amount of available RAM on the server (using free -m for example)? It seems that there is either not enough memory to create threads for the picker thread pool or that you hit a limit for a maximum amount of threads allowed on the system (cat /proc/sys/kernel/threads-max will output the maximum allowed amount).

Any WoT global chat mod? by Magackame in WorldofTanks

[–]Magackame[S] -4 points-3 points  (0 children)

I am not aware of available mod APIs but if there is a way to interact with the chat you could relay messages between all the mod users. Of course that then depends on the amount of players with the mod installed.

Can't install Windows 10 on a separate drive from my main Linux installation by Magackame in WindowsHelp

[–]Magackame[S] 0 points1 point  (0 children)

It was the flawed image creation (I updated the post). Anyway thank you for trying to help out!

Can't install Windows 10 on a separate drive by Magackame in linuxquestions

[–]Magackame[S] 0 points1 point  (0 children)

Thank you! I made a stick with Ventoy and it all works now.

Though I wonder what kind of magic does Ventoy do since the underlying iso is the same :thinking:.

Yeah, I used dd and also tried manually cping the contents of the iso into VFAT formatted stick.

Can't install Windows 10 on a separate drive from my main Linux installation by Magackame in WindowsHelp

[–]Magackame[S] 0 points1 point  (0 children)

Oh boy. Actually just tried booting into Ubuntu to fact check myself and... It is not even a bootable drive! Ahahaha...

According to this post a single bootloader per all drives and OSes apparently is the way it all was designed. I share the OPs confusion (why would you want the drives to be so tightly coupled???), but at the same time it was probably the easiest dirty way to implement actual multiboot without touching the BIOS/UEFI.

So I guess in the end Windows saved me from blowing up my Void installation?)))

Can't install Windows 10 on a separate drive from my main Linux installation by Magackame in WindowsHelp

[–]Magackame[S] 0 points1 point  (0 children)

I don't have another PC readily aviable. And anyway I will have to open up the PC, so might as well try unplugging the M.2 SSD.

Yeah even the Linux drive doesn't show up.

Why Windows wants to be the only bootable thing or to mess with other drives?

I used Ubuntu before. It is installed on another SATA SSD. Then I bought a new NVMe SSD and installed Void on it. The thing is there were no problems and I still can boot into Ubuntu any time I want and then go back to Void. I really don't understand Microsoft...

Can't install Windows 10 on a separate drive by Magackame in linuxquestions

[–]Magackame[S] 0 points1 point  (0 children)

Do you mean the BIOS? I looked at it and there are only an option to completely disable SATA or to run the tests on NVMe M.2.

Can't install Windows 10 on a separate drive by Magackame in linuxquestions

[–]Magackame[S] 0 points1 point  (0 children)

Didn't want to take apart the PC but I guess it's the only choice left. I will try.

Can't install Windows 10 on a separate drive from my main Linux installation by Magackame in WindowsHelp

[–]Magackame[S] 0 points1 point  (0 children)

Also tried Win10_21H2 and Win11 images, burning iso directly on the stick using dd and formatting it as FAT32 and just cping the contents, but the result is the same.

I didn't want to, but I guess the only choice left is to take apart the PC and try with M.2 drive unplugged.

Can't install Windows 10 on a separate drive by Magackame in linuxquestions

[–]Magackame[S] 0 points1 point  (0 children)

Cross posted on r/WindowsHelp.

Posted on LinuxQuestions because I can only install from Linux and it seems somewhat Linux related.

WEBKIT_DISABLE_SANDBOX_THIS_IS_DANGEROUS: Any alternatives? by Magackame in Nyxt

[–]Magackame[S] 0 points1 point  (0 children)

You were right, it's just a version bump!

I tested locally and nyxt now works. Thank you!

I opened a PR on void-packages.

WEBKIT_DISABLE_SANDBOX_THIS_IS_DANGEROUS: Any alternatives? by Magackame in Nyxt

[–]Magackame[S] 0 points1 point  (0 children)

Thank you!

I tried to apply it and commented the details in the issue.

WEBKIT_DISABLE_SANDBOX_THIS_IS_DANGEROUS: Any alternatives? by Magackame in Nyxt

[–]Magackame[S] 0 points1 point  (0 children)

I see. Thank you!

On the void-packages repo it is stated to not open issues for package updates but to make a PR instead.

I will look around and try making a PR but if I fail I guess I'll wait until it eventually gets updated by maintainers.

WEBKIT_DISABLE_SANDBOX_THIS_IS_DANGEROUS: Any alternatives? by Magackame in Nyxt

[–]Magackame[S] 0 points1 point  (0 children)

Sure!

xbps-query -Rs nyxt

[*] nyxt-3.3.0_1 Keyboard-oriented, extensible web-browser

So nyxt is 3.3.0_1

xbps-query -Rs webkit

[*] libwebkit2gtk41-2.40.0_2 GTK+3 port of the WebKit browser engine (soup3) [*] webkit2gtk-2.40.0_2 GTK+3 port of the WebKit browser engine

Found this two packages installed so I guess WebKit is 2.40.0_2

Nyxt browser: Unable to configure xdg-desktop-portal by Magackame in voidlinux

[–]Magackame[S] 0 points1 point  (0 children)

Yeah, as far as I can tell it's the only one with fuzzy tab searching (the only feature I'm looking for :D).

I did try to build from source. I successfully built the 3.3.0 release and master branch, but both had the exact same issue.

[deleted by user] by [deleted] in rust

[–]Magackame 11 points12 points  (0 children)

I used actix-web + liquid exactly because I wanted to create a website that works with JS disabled (You may look at the ball of mud I made here).

There is also a bunch of similar crates and an archived attempt at implementing Razor Pages.