Debugged a 400 Bad Request today π€
Turns out one missing app.use(express.json()) can humble you real quick.
Backend devs, never forget your middleware! #DevLife#ReactJS#NodeJS#BugSquashed β
Today I learnt that you need to also create separate icon assets for iPad & iPad Pro, if you want alternate icons in your app. (via plenty of TestFlight feedback submissions! π )
#bugsquashed
Just as it's better not to have to sing your own praises, I think it's better if the rude are flicked off by those other than the person they are targeting.
#bugsquashed
Another great reason to avoid using 24 bit integers... You have to manually sign extend them when you up cast them to a normal sized data type #Programming#bugSquashed