Matt Taylor

Results 67 comments of Matt Taylor

Well, everyone who consumes them is also going to need to produce them (otherwise what’s the point). As for the number of people who actually want to consume them, it’s...

@varac How does this work with multiple alacritty instances? Surely toggling to light on one process will cause all other processes to toggle as well? My particular use case is...

Here you go: https://asciinema.org/a/EYKWgI05gFJFJ5L5vzNSodknL I have no clue about how you'd reproduce it. That's just how it is on my machine, all I need to do to trigger that behaviour...

How can I obtain those logs? I’m happy to help investigate this further.

I already have `rust-src` installed and am still getting the same error. Completion doesn't work for either local or std identifiers.

I also got a number of errors like that. I simply assumed it was due to unimplemented functionality, but I may be wrong.

Handling this seems really extremely horrible. I don't think many programs use these functions in multithreaded environments, so maybe we could get away with some assertion that no threads are...

Not all of the fields in this struct are relevant for every signal, and so it's usually implemented as a union. For ABI purposes what we can do is make...

As per the discussion on Discord, this can be changed without a formal ABI break (but it might be a good idea to grep managarm sources for uses of this...