Results 29 comments of Rowan Decker

Skimming over syn it looks like you could match over `Data::Enum` and then iterate over `.variants` to get each ident (name) and fields (just as a struct would have). If...

It looks like it was added in imgui 0.2.0 and not available in 0.1.0. I'll add the master branch to my project now that there is something to work off...

I hacked on this a little bit just to get a proof of concept. # Combobox Right now it will display an array, but I'm not sure how we'd store...

Sadly rust will not let you return a reference to an array as you have in your `combo_items` example as the value will be dropped at the end of the...

Got it working! https://github.com/germangb/imgui-ext/pull/19

No worries. Focus on your exams :)

I decided to look into this again and found one of the previously closed issues - https://github.com/karulont/i3lock-blur/issues/5. It seems that if compton is not running this corruption does not appear....

afaik there is no special hardware for mouse keys. Thus once Haata adds support you should be able to use the feature with a firmware update for your infinity. You...

Correct. The bigger issue is figuring out how the capability will be defined in the KLL files so that a configurator will be able to use the features.

Unfortunately the ISSI chips can be a tad unstable. Newer revisions of the firmware may help aleviate this issue. https://github.com/kiibohd/controller/commit/5790ebc41f160b872c06e596acdb28807063e91f "Added auto-reset logic to I2C bus whenever it locks up"