Tudor Brindus

Results 128 comments of Tudor Brindus

Posting here so others may find this workaround: the following script works for the specific use-case of getting push-to-talk on Discord. ```python import sys import evdev from Xlib import X,...

Just ran into this while installing playerctl from master on Debian Buster. The issue seems to occur only when installing it into `/usr/local/bin`; running it from the `build` directory doesn't...

They are, but your comment was on the right path and led to a solution -- thanks. Default search paths do include `/usr/local/lib/x86_64-linux-gnu`: ``` $ \cat /etc/ld.so.conf.d/* /usr/lib/x86_64-linux-gnu/libfakeroot # Multiarch...

> Changing this behavior would break compatibility with the libseccomp v2.y.z releases so it's unlikely to happen soon, and even if we could I'm not sure it is the correct...

Landlock ABI 3 shipped in 5.19 which I think is able to supplant our syscall simulation here. We should hard-require it; @quantum5 is working on making a 6.x kernel available...

No, we need them to be able to do the initial Landlock calls to figure out if Landlock is supported at all.

This has been fixed(!!) upstream in https://github.com/dart-lang/sdk/commit/ab287309e52eff8cb25a6457aae3bc621a410838, just waiting on a release now.

3.0.0 finally shipped, containing the fix for this! I've just rolled it to https://dmoj.ca, and rejudged all Dart submissions made outside of a contest.

Closing since this is superseded by https://github.com/DMOJ/judge-server/pull/1075, feel free to reopen if you disagree.

I did a survey today. * We have a consistent 4 requests a day to problem endpoints from a `python-requests` bot. * We have a 2 requests a day to...