Results 226 comments of Simonas Kazlauskas

Not really. I’m interested if setting colours with MSI’s gaming app react to changes quickly and maybe whether this utility works fine afterwards. Getting a dump of sI/O writes and...

@arnarg so did the MSI’s App on Windows work fine?

@adrianstaniec could you try after changing the [3 linked lines](https://github.com/nagisa/msi-rgb/blob/master/src/main.rs#L143) to ``` if d & 0xe7 != 0xe7 { outb(f, base_port + 1, 0xe7 | (d & !0xe7))?; } ```...

Yes, initialization was a problem once which I didn't account for initially, as it only shows up after power is drained from the system. That being said, without initialisation the...

A downside to this is a significant increase in instrumentation overhead when the fibers feature is enabled.

I investigated this a little further and it seems like a limitation in the pygobject bindings that it expects properly encoded-utf-8 strings, even when setting properties that don't necessarily impose...

You cannot “not” include primitive types. They are a part of the language.

@Ticki I guess quoting the original question is the best here, since there seems to be some misunderstanding: > How would such an option affect the _f32_ and _f64 types_...

Looking at the code it seems that if `visit_ref_null` argument was replaced with `RefType`, then it would no longer be able to support the entire range of function type indices…...

Unfortunately the code I’m working with does not involve validation and is built to work with modules that wouldn't necessarily pass validation (largely for performance reasons, not as a functional...