A couple people have asked if I'm going to a trade show in a couple weeks. I'm not (unless someone else wants to sponsor the trip) but I should probably start getting out to those again. It's a good opportunity to meet up with people using my software, let them know what I've been working on, find out what's working/not working for them.
Shipping label generation was failing on me when trying to ship today's orders. According to the error messages coming back, two fields that were previously optional are apparently now required. Double checking against the API docs, these are not labeled as required for USPS. So that's a little annoying. Thankfully, I can edit database records to put in the required information and update the server side code to make sure the data gets there for future orders, but it's late and I want to go home
@ekaitz_zarraga Not that I would choose to use it for anything these days but I remember m4 on its own not being too awful.
Presumably there's something within Qt causing the button to lose that visual indication which isn't getting undone, leading me to think it's a Qt bug, but for my program at least the workaround is tiny and not worth trying to figure out a patch. Problem observed on Linux/X11 in Qt 6.10.
Author of Typica software for coffee roasters.