Janrupf

Results 58 comments of Janrupf

With the RegEx I mean it just replaces/adds and doesn't check for already existing profiles. Couldn't Gson just be used for reading the profile data?

> It seems like this disables the process feature. Does it not work on that platform? Yeah, the platform does not know what a process is (neither does it have...

Alright, got rid of them - 2 are remaining, but I don't think they can be removed

Ok, I just noticed something - this PR also contains changes in the unix signal driver (well, a small one), which is now not really part of this PR anymore....

I will remove the changes from this PR then and create an issue :+1:

The changes in the I/O driver are something which is required due to the patched `mio` version. These are required due to the waker needing a reset once it has...

I found something which probably needs change in the documentation in order for this to land, see here: https://github.com/tokio-rs/mio/blob/3340f6d39944c66b186e06d6c5d67f32596d15e4/src/poll.rs#L89-L96 In my PR I commented that this might be a breaking...

### 1. Which platforms are going to use this? Any Unix (POSIX?) like platform with `poll` support but no `epoll` - in general, this question is a bit tricky to...

I'm not entirely sure where to start with CI, I couldn't find a CI solution which would allow to test on Haiku. (The only OS that I were able to...

Alright, I think its time for some progress updates: I have found a possible CI solution using Vagrant and MacOS Github runners (apparently they have nested virtualization enabled). The somewhat...