Pim van den Berg
Pim van den Berg
Ran into the issue of having an outdated version of `image` in `coffee`. @hecrj
I disagree, I think this is a perfect use case of a declarative macro. It avoids some boilerplate of creating a new structure with accessor fields. Procedural macro's are even...
A macro is nice here when you want to have a handful of different inputs... But that will probably not exceed 3 if I'm to guess. In that case it's...
I don't have time currently, I just bumped it because you wanted me to create this issue so you wouldn't forget to report it to `winit`.
https://github.com/PvdBerg1998/coffee_issue/
Would love to see this implemented. I just installed this on Win10 expecting to be able to run something like `rustup update`. Can't you just always run the command in...
Bumped into this problem. The most important part is that the Windows impl is Send, but Linux isn't, so on my dev machine it was working but when I tried...
Hey, I'm currently trying to do the same. I changed the hardcoded constants to the value I think they should be but it's giving me garbage results. Did you find...
Looks great! I'll test it now.