Svintooo

Results 26 comments of Svintooo

What about just give the ability to list the folders in the correct order, without adding numbers to them? This way there will not be any hassle adding more exercises...

This issue was created about a month prior to changing argument name `cents_per_kg` to `cents_per_gram`. Hence the question is no longer valid. Division is no longer necessary. The commit: 114b54cbdb977234b39e5f180d937c14c78bb8b2

Having ligatures like these being triggered in regular expressions (or other kind of strings) can be quite annoying. If this happens while reading someone else s code, then you can...

So, I had a go myself to get joycons working. Getting hid-nintendo installed was successful by running the following: ``` sudo steamos-readonly disable sudo pacman-key --init sudo pacman-key --populate archlinux...

I agree that numbering the folders would be nice, so you can get an overview of the exercise order without running `rustlings`. But I also agree that this would be...

> Only this setting exists already… Well, kind of. There is an editable field for the folder name for the backups. But this is the folder name only. Not the...

+1 for adding support for gitiles flavored anchors. My company uses gerrit with gitiles for all development, and uses markdownlint in all CI pipelines. And broken links slips through from...

I got burnt by this exact bug in a completely different project. Stumbled upon this issue while searching the Internet. Here are my suggestions: ```go // Suggested Solution 1 hostIP...

Yesterday I switched back and forth between phone and computer constantly, looking stuff up and then trying things out on my phone. And everytime I switched to my phone I...

@JoelleJS Just to make sure: Did you fix the missing setuid/setgid on the sudo-rs binary? The AUR package currently have a bug so setuid/getuid will not be correct after install....