Diggory Hardy
Diggory Hardy
> When you have focus in your app, you're the one doing enable/disable. This API is present. This much appears to be fine. And I seem to be having success...
Yes, those changes would be nice. A to-do list to recap: - [ ] Let `Ime::Disabled` distinguish the source: requested by the user or external - [x] Potentially merge fns...
I don't think there's value in keeping this open any more: changes are mostly implemented (thanks!). The exception is knowing the cause of `Ime::Disabled`, but I think it's not a...
Thanks for writing a more focussed RFC @scottmcm. I agree that something like this should exist, both for usage in generics, and with an eventual goal of making `as` casts...
@FHTMitchell while that may be true, it is a very different sort of conversion to integer wrapping conversions, so I don't think *here* is a good place to discuss it....
> Having a better motivation written up would have been helpful I expanded the motivation above (with [fixed code](https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=76e4faa64944a62a22b9e202245dad45)). Note: this motivation applies only to the `Borrow` impl.
> AsRef in particular is the most likely to cause widespread breakage We could restrict this proposal to `Borrow`, which suffices for my motivation. > Would it be possible to...
> winit already has (albeit rudimentary) support for dropping files onto a window, Drop, yes, but `DroppedFile` and `HoveredFile` do not report the window-local coordinates and last time I tested...
@kchibisov this was fixed in #4394 too.
I updated my "guide" on recovering the repo in the other thread. Unfortunately it leaves another unsolved problem: commits which appear in `jj`'s log but which do not exist when...