Emmanuel Amoah
Emmanuel Amoah
Ran into this issue also, using `` and ``. Solved it by calling the modal's `onOpenChange` handler during the useEffect cycle. Don't know if there are any downsides to that...
Hi... Has anyone tested this example on a mobile device, though? It's impossible to utilise the control after the feed, because new articles just keep appearing when you scroll down,...
Hello! Found my way here after just reading the article about ehlo.thunderbird.net. From the wording, I thought it was already implemented. I'm just finding out it's for now a "dummy"...
> Re-reading this, it isn't something we can change. You need to reach out to your provider in this case if they additionally put your real IP address in there....
> Maybe if it was a hostname, it'll just resolve that? I just tested this out. So my hosting provider divulges the mail client's public IP regardless of whatever value...
Not to be a dampener 🫣, but maybe in the future, we could have an option to specify what to use for EHLO? That's just considering the fact that some...
On second thought, this might not be the best clarification, considering that there's no explicit indication of `'b` in the code. It's "inside" the `T`. But then again, `T` gets...
On _third_ thought (and this demonstrates the subtlety), I do understand that in the assignment, the first `T` (`&'static str`) is being replaced with the second `T` (`&'b str`), and...
I think I've got a clearer and more accurate suggestion: > The problem is that we cannot assume `&'static str` can still be downgraded into `&'world str` to satisfy `T`,...