Richard Neumann

Results 12 comments of Richard Neumann

Yep. Unintentionally my last change to this Enum caused an unintended change of the previous behavior. I reverted the changes and also added regression tests. Fixed in 19a22f907841ae8b1de69a289819c35f880d83d7 I made...

Well, `Item` had a `__str__` method before, returning the long form, so that kind of behaviour should not have changed. However, `Item` now is *also* a subclass of `str`, which...

I'd recommend that `maybe` infers its chance depending on how it has been generated: ```DreamBerd b = maybe! // 50% true b = maybe & true! // 66.666..% true b...

I just stumbled over this issue, too. Are there plans to release a version containing this fix?

Fixed in https://github.com/AltF02/x11-rs/commit/032d968411cc7686949765c10f9fc3afa27bab41 / [v2.20.1](https://github.com/AltF02/x11-rs/releases/tag/v2.20.1)

Probably. I'm currently using `once_cell::sync::Lazy` to work around this limitation.

Thanks. I stumbled over this just now. It appears, that serde-xml-rs is dead.

Iterating over the public Vec `CpuInfo.cpus`'s values will only yield raw `HashMap`s instead of objects that have parsed properties of the actual CPU core. As I want to be able...

If each thread has its own client this should™ not be an issue. In any case, I'm currently on vacation for the next two weeks, so I cannot work on...

Hi. Thanks for the report. Unfortunately I did not yet find the time to look into this. I may implement this over the upcoming Easter weekend.