Gabriel Dube

Results 13 comments of Gabriel Dube

So the tests didn't pass because `canonicalize` returns an Err if it's called on a path that do not exist (ex: `"../test"`). To fix the issue, I've added a fallback...

Just tested it and it panics. Do you think we could just create the path if it doesn't already exists?

@Boscop Not sure if that's possible because we are sending the path to the watcher and at that point its out of our control.

Some control implements way to find this (ex: `BCM_GETIDEALSIZE` for Button). Not sure all controls have this though. Will probably take some time to implement

I found this issue that could be similar to yours: https://github.com/microsoft/windows-rs/issues/1294 Can you try to enable the "no-styling" feature to disable the auto visual style and enable COM 6.0 using...

The DIB section is created manually if the "image-decoder" feature is enabled, and it' is always enabled during the tests. See `win32::image_decoder::create_bitmap_from_wic`. If possible I'd like to handle all image...

I most likely forgot to implement the feature

Well... not sure if I want to change the default background now that it's been that way for 12 versions. Nice to know why we I need to add a...

Ok that's a good idea. I will add a new builder field for the window background