Tudor Brindus

Results 128 comments of Tudor Brindus

The `judge_base` image is very outdated (hasn't been updated in 5 years). The docs have guidance on how to set up a judge with Docker images we currently maintain: https://docs.dmoj.ca/#/judge/setting_up_a_judge?id=with-docker

Merging to pick up @int-y1's i18n changes.

This has been done for a long time.

This is a late reply (sorry!), but the process is generally: - Create a new executor. See https://github.com/DMOJ/judge-server/blob/master/dmoj/executors/SCM.py as an example. The judge will autoload any file in `dmoj/executors` as...

Does this behave differently in e.g. GNOME (Wayland session)? This isn't really Sway's ballpark; we (roughly) just marshal input events received from libinput to whatever application has focus, and it's...

Wayland has a tablet protocol, and applications need to bind tablet input handlers through it in order to get tablet events. GIMP and Evince, being drawing applications, do bind tablet...

Yes, your understanding is correct. I believe Xournal++ used GTK 2 until ~recently, which did not support Wayland tablet events. My understanding is more recent versions of Xournal++ switched to...

> When an object is dragged from a wayland window onto an xwayland window, the xwayland window responds as if it knows an object is being held and about to...

I wonder if we should cancel any pending transfers for a given PID if it starts a new transfer. Here it looks like the application is just requesting the clipboard...

> There might be something wrong inside wlroots. My money is on this too (wild guess from looking at the logs: maybe we get the requested mimetype incorrect and the...