Janrupf

Results 58 comments of Janrupf

Vagrant will be using Virtual Box on MacOS - I think this is the fastest solution, since it is the only one actually having nested virtualization on Github runners.

I'm also running into a few tests which are now failing because they rely on file descriptors being removed automatically when they are closed. With poll this is not the...

This started out as an experiment to see if it even was possible - turns out, it is and works pretty well. I thought I'd PR that for a review...

> I have to wonder: should we also support the `select()` libc function, for the systems that don't comply with POSIX? I thought about this as well, my reasoning for...

> Also just mentioned a couple of time you copy and pasted this from the `polling` crate? If so, we can't accept that without a copyright notice. So, we'll likely...

An update on this PR: I have implemented tracking fd's in userspace and hopefully removed all breaking API changes. The `poll` selector now uses the same technique as the Win32...

Just a heads up: mcbbs.net is blacklisted by [StopModReposts](https://stopmodreposts.org/)

Windows might be inheriting the DPI scale to child processes. I'm not sure if the Twitch launcher registers itself as DPI aware to the system (electron might to this internally)...

Looks like MultiMC tells Qt to enable HighDPI mode: https://github.com/MultiMC/MultiMC5/blob/af5120c828831dfe41482ebaff79608ba8531ede/application/main.cpp#L32-L33 Now, after some research it looks like electron registers itself as DPI aware too. However, I'm unsure if Qt calls...

@Carionis the arguments are provided are VERY VERY unlikely to fix anything at all, let me pick them apart for you: - `-Dfml.ignorePatchDiscrepancies=true` tells forge to ignore certain errors in...