Katie And

Results 17 comments of Katie And

Oh my bad! I totally forgot github discussions were even a thing. I'll rename the issue more appropriately now that it's gonna be regarded as a documentation bug. I'm using...

Yes, here it is. The spanish word for "signal" is "señal" ![image](https://github.com/user-attachments/assets/2ea47ac6-646f-4d4b-b915-cfeaac2539e8)

I mean, rust-analyzer is (mostly) resilient to this. Isn't there a way to make tinymist resilient to this as well?

Tested a few things. This _only_ happens in Release, not in Debug. I don't think this is necessarily an upstream bug

The simple, if perhaps lazy alternative is to just rename it to something like `seq_contains`. I can't really suggest a "real" solution though, I've never intentionally used the Seq trait

The relevant piece of code, by the way, is this, in `Ui::dnd_drag_source` ```rust let InnerResponse { inner, response } = self.scope(add_contents); // Check for drags: let dnd_response = self .interact(response.rect,...