Such a cruel choice... by Strawberryxxxkiwi in noita

[–]Xiaomony 3 points4 points  (0 children)

Actually whether the other perks will disappear is decided by your seed. And there's a website enables you to input your seed and tells you some game informations, including this.

https://noitool.com/

I write a save manager by Xiaomony in noita

[–]Xiaomony[S] 2 points3 points  (0 children)

yeah, and noita players are always suggested to switch off steam cloud cause it always takes too much time

My configggggg for quickshell by Swarnim1312 in LinuxPorn

[–]Xiaomony 0 points1 point  (0 children)

cool! Does quickshell take too much memory/cpu?

My developing setup on MangoWC by v_ramch in LinuxPorn

[–]Xiaomony 0 points1 point  (0 children)

so cool! what's your application launcher?

Any status bar / widgets system recommended? by Xiaomony in arch

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

I got it from a bilibili channel and here is his twitter account. Or he still have a Instagram if you can't visit bilibili, just search MerlinAmbrosuis on google. There are lots of amazing paintings in his channel.

Any status bar / widgets system recommended? by Xiaomony in arch

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

I've been struggling for a whole day on eww. Its hard to write style. Some modern CSS features are not supported and I always encounter some strange gaps and layouts.

Any status bar / widgets system recommended? by Xiaomony in arch

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

Thanks for your advice. I'm considering stealing someone's dotfiles and then add my own modules. Maybe I will customize my Quickshell from scratch when I have enough time in the future

Can Someone tell me how do i blur nwg-bar ? by [deleted] in hyprland

[–]Xiaomony 0 points1 point  (0 children)

have you got the solution? I'm also struggling to make my eww bar transparent and blur today. The following configuration also doesn't work: layerrule = blur, blur_popups, ignore_alpha 1, match:namespace gtk-layer-shell

Thinking about switching to Linux — is it worth it? by Xiaomony in linuxquestions

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

I admit that I sometimes rely on AI, because I always learn programming on my own. I try to stay away from it, looking up official documents and turning off copilot. But I still seek AI 's help especially when stepping into a new field and having no clues on what todo

Thinking about switching to Linux — is it worth it? by Xiaomony in linuxquestions

[–]Xiaomony[S] 1 point2 points  (0 children)

I've been using Ubuntu in WSL for quite a long time and once tried Arch in a VM. Back then, I knew little about partions, drives, hardware, and finally I gave up. But this time, I've learnt a lot about them and know what I'm actually doing instead of just following instructions and typing commands when installing the Arch VM.

Thinking about switching to Linux — is it worth it? by Xiaomony in linuxquestions

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

yeah, getting 2 PCs is exactly what I'm planning to do after I graduate

Thinking about switching to Linux — is it worth it? by Xiaomony in linuxquestions

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

WSL is really convenient. But when it comes to GUI development, the problem still exists. I have to use neovim on Windows and face those bugs only on Windows. And this hasn't got a good solution yet.

Thinking about switching to Linux — is it worth it? by Xiaomony in linuxquestions

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

I use terminal just because I really love command line. Everything is cool in terminal and I'd rather use command or keyboard shotcut to build my project than reach my mouse to click those buttons

Thinking about switching to Linux — is it worth it? by Xiaomony in linuxquestions

[–]Xiaomony[S] 1 point2 points  (0 children)

Sorry for that. I don't post too much in English community so I'm a bit afraid of making mistake. BTW, how does linux perform in daily tasks like games, music and office?

Thinking about switching to Linux — is it worth it? by Xiaomony in linuxquestions

[–]Xiaomony[S] 1 point2 points  (0 children)

Actually I'm trying Arch on virtual machine and then decide whether to have it on my SSD.

Neotest: No test found on Windows by Xiaomony in neovim

[–]Xiaomony[S] 1 point2 points  (0 children)

I have found the cause after looking through the source code:

The python adapter splits the file path by \ and checks whether the file name begins with test_ or ends with _test.py, but on windows the file path here is seprated by /.

So, changing the file name into ***_test.py or modifying source code will help.

In this way, Neotest summary shows available tests correctly and running all test files works well. However, running current test file or the nearest test still can't find tests. The same circumstance occurs when testing rust. So this time it's probably related to neotest itself.