Alcaro

Results 113 comments of Alcaro

Yes, that's #50. I don't know anything about flatpak or flathub, so I'm not merging that until everything's done in the linked flathub pull. I don't know what that one's...

That is the behavior I intended to implement. It's intended for level design contests at SMW Central where you get dozens of patches, each representing a different ROM hack. Whether...

And also a great risk of creating corrupt ROMs if you're careless. Flips is primarily designed for clueless noobs who can't be trusted to know how to answer such a...

Yes, because Decimal(0.1) is, in fact, a shorthand for Decimal(0.1000000000000000055511151231257827021181583404541015625); 0.1 is not a possible value for a float64, it gets rounded. It's close enough for most practical purposes, but...

> there are controversy POVs whether you consider: 0.100000000000000005551115123... an in any way meaningful or correct value, or in any way intended by the user, vs. a poor erratic catastrophy-prone...

If I want to compile something with rustc 1.30, I'll create a new rustc (which will be the default version, which is latest, and will therefore get its default edition),...

Considering npcap is a Windows program and bandwhich uses something else on Linux, my guess is that no, that is not an issue for Debian.

No, that does not sound right. Environment variables are natively UTF-16 on Windows. I don't know what exactly PowerShell is doing there, but it's clearly not obeying that systemwide-utf8 setting;...

There are many reasonable approaches. That is one of them, yes. Make sure to test using some character that is not in your chosen charset, those are the ones most...

It'll happen at some point. But I've got a big pile of more important stuff to code first. I've probably trimmed down my todo list by next summer. Maybe. Who...