Ben Allen
Ben Allen
damn close with comment button :man_facepalming:
I'll take a look at this, I spent a while figuring this out before, sad it disappeared
So a normal span doesn't work exactly as I want because the behavior of an overflow is to clip instead of delete characters so we end up with something like...
I tried setting a default underline offset as it seems like there is a difference between those defaults on firefox and chrome, I tested it myself on a few browsers...
Ok i tried again with some adjustments, I ended up not using relative with positioning and instead opted for a browser based negative margin, also tested on my girlfriend's iPhone...
what do you think is the best method to proceed with this? I thought of a semi-hacky method where we could create a nostr bot to DM us the error...
Ahh ok, didn't realize we had an api for it, I'll take a closer look
Thanks for the feedback, always helpful to get some nudges in the right direction > is the http dependency new or is it already in cargo tree? If so, which...
> Will the relay state mutex unlock ever be contentious (lots of clients during resume?) If so, we should use tokio::sync::Mutex to await instead of blocking the async fn. If...
what msrv is `#[allow(private_interfaces)]` included in? https://github.com/DanGould/rust-payjoin/actions/runs/15049802630/job/42301513021#step:5:803 This isn't included until `1.72.0`.