Tudor Brindus

Results 128 comments of Tudor Brindus

These submissions should likely have been allowed to pass: https://dmoj.ca/submission/943440 https://dmoj.ca/submission/676246 https://dmoj.ca/submission/1000252 (should have been denied, this looks like a good testcase) https://dmoj.ca/submission/1052481 https://dmoj.ca/submission/1058794

Could you please squash your commits, or relabel them meaningfully? Otherwise LGTM.

Please provide a stack trace. You can do so by running `coredumpctl gdb` and then `bt full`. In particular the core for `sway` is the interesting one, since this is...

That's not the right app (looks like `firewall-applet` cored when the compositor went down). If you do `coredumpctl list` you should see all (recent-ish) cores, including some from `sway`. You...

> What does i3lock do here? Capitalize, FWIW: https://github.com/i3/i3lock/blob/4f76d51a3f79082e01b319e9031aad868d89449d/unlock_indicator.c#L218

> 2 minutes to 179 minutes 👀

Updated https://dmoj.ca/license/cc-by-nc-sa-3.0 and https://dmoj.ca/license/cc-by-3.0 accordingly, thanks.

https://dmoj.ca/license/fdl1.3 has also been updated, so this is now complete.

If you noticed visual glitches with #6844, please report them in that PR.

Your stack trace is missing debug symbols. You can get symbols by compiling from source, reproducing the crash and then running `coredumpctl gdb` and then `bt full`. Here are some...