Slava Matyukhin

Results 125 comments of Slava Matyukhin

No, it removes my method for some reason: ``` mmcleric@domU-12-31-39-0A-60-DD:~$ cat X.pm package X; use strict; use warnings; use autodie; no autodie qw(read); sub read { print "foo\n"; } 1;...

I'm completely ok with this mistake causing an exception which I (or my framework, e.g. Next.js) would have to catch explicitly. I'm definitely NOT ok with this error bringing my...

You're right that it would be useful, but I don't want to enforce this order on everyone, especially since we've got manual ordering now. I'm planning to add sorting switch...

Yep, that's how "Show tags" work, so it's reasonable to assume other filters will work like that too.

Ok, but there are two different tasks here: 1) fill title on page load and navigation, so that users see the right title in their browser; 2) generate it on...

Just deployed (1), with titles for quest pages, player pages, realm pages and stencil pages.

This would be nice, but really, really low priority. Also, isn't automatic translation built-in in browsers these days? Right click -> "Translate to English" in Chrome, for example.

I don't agree it's a bug, it's a minor implementation detail and you shouldn't rely on it. Ok, I'll keep it open, but it's a _very_ low priority so I...

Threaded comments have some advantages (better structure, basically), and some disadvantages (you can't follow the quest by reading the last N comments; indentation can get awkward). I'm not saying I'm...