It’s likely a difference of emotion compared to logic. Emotionally they’d think “Damn it, now we need to check for such a weird specific edge-case, this is so annoying” while logically knowing it’s better the tester caught it.
she/they
Bit of a mess, kinda depressed, and going through a gender identity crisis :3
(Ongoing issues, brain pls fix)
It’s likely a difference of emotion compared to logic. Emotionally they’d think “Damn it, now we need to check for such a weird specific edge-case, this is so annoying” while logically knowing it’s better the tester caught it.
Oh yeah, that stuff is a pain and automated tests can only go so far. Also I know for me personally I do tend to neglect mobile a little just because I much prefer designing and developing for larger screens, and I doubt I’m the only one, so on mobile more will slip through the cracks when it comes to these tiny changes.
Notably modern browsers can simulate phones, tablets, TVs, really all kinds of screens. I personally use that mode a lot to test the mobile variant, but nearly all bugs are purely CSS-related (at least in my experience) when it comes to a mobile-desktop discrepancy. Either way, for food delivery and stuff like that I’d really expect the devs to develop primarily for mobile, so that’s surprising to hear.
And as always, there’s an XKCD comic about it https://xkcd.com/806/
Well, flexbox and grid have different purposes in my opinion/experience. Personally I use grid for “top level” layouts like the layout of the whole site, while I tend to prefer flexbox for layouts inside the grid. Of course that’s just a rule of thumb, there are absolutely cases where this isn’t the best option.
I know you meant this sarcastically, but yes, flex is a good option for centering something. Either that or setting the left and right margins of the element to auto, which is generally even easier.
Basically, if you’re in a flex container use flex, if you’re in a grid use grid, and if neither of those apply set the left and right margins to auto.
Wait, it doesn’t support caldav? That really kills the appeal of the convenience they provide as a one-stop-shop, as I’d have to deal with hosting my calendars in another way. I guess at that point I could just get SimpleLogin and use the rest as I have it, even if that gets close to proton unlimited price-wise…
Really, I’d just recommend using nano then. It’s installed basically anywhere you can find vim and works perfectly fine as a text editor! To use vim effectively it has a learning curve no matter what, so it’s not necessarily meant for everyone.
Hey, there are far worse options than Rin for doing so ;3