Tudor Brindus

Results 136 comments of Tudor Brindus
trafficstars

And I guess to make this more likely, we should only whitelist `java.*` exceptions.

@dqminh, could you give this a try? If you don't want to build from source, you can grab a prebuilt binary from https://github.com/janestreet/magic-trace/actions/runs/3458003129

~Regressed in https://github.com/swaywm/sway/commit/c523aa623bc5e5b5897c0f337058aa7308871fef, will send a patch soon-ish.~ Actually, this was broken before (and you mentioned it happened 1.5 as well, I just didn't notice).

Hi, I'm not sure I quite understand your question. `problem_storage_root` in the judge should be set to whatever directory the site is uploading data to (specifically, that to which `PROBLEM_DATA_ROOT`...

Assumptions made in the analysis above: 1. The hardware DMAs up to the host in 128-byte chunks. 2. Each chunk always fits in a PCIe TLP. 3. The CPU is...

Thanks for the fix! Would you happen to know if the required API has been around in Blender for a while, or if this would break backwards compatibility?

https://github.com/iamcal/emoji-data has positioning data for `sheet_google_64_indexed_256.png`, and its build system could probably be modified to build using the blob emojis without having to start from scratch. For Apple-style emojis there...

This is planned, though it will be through xpath or xdt rules, and are somewhat trickier to implement than Buddy's, since we want them to support both enabling and disabling...

Thanks for digging into this, both of you. @ppershing: > this is needed because of subsequent filtering based on names from /proc/pid/maps Could you give an example of where `Filename_unix.realpath`...

I moved the cleanup to after `do_setup_env`, since its original position before broke `pam_env.so` setting environment variables.