Post AkTroDLyYodvncqFE0 by volpeon@is-a.wyvern.rip
(DIR) More posts by volpeon@is-a.wyvern.rip
(DIR) Post #AkTrVroftdQ5n5W5xo by volpeon@is-a.wyvern.rip
2024-07-31T06:05:35.056Z
0 likes, 0 repeats
Work on some code by my coworker that interfaces with SAP(I'm not very familiar with SAP)Notice error in a for loop where he removes elements from the array he is iterating without fixing the iteration index, which means some elements will be skippedFix itSAP call returns error nowI... what... huh???
(DIR) Post #AkTroCjKsTjbrmlNzs by valerauko@misskey.io
2024-07-31T06:06:19.405Z
0 likes, 0 repeats
@volpeon@is-a.wyvern.rip maybe the empty array causing it?
(DIR) Post #AkTroDLyYodvncqFE0 by volpeon@is-a.wyvern.rip
2024-07-31T06:08:53.013Z
0 likes, 0 repeats
@valerauko@misskey.io That's a good point. I didn't think to check because the returned data is actually correct (there's separate filtering later that I fixed in the same way, the data was wrong before) and my fix would mean no data. :neofox_think:
(DIR) Post #AkTrszoELT7dEyKzMO by volpeon@is-a.wyvern.rip
2024-07-31T06:09:46.239Z
0 likes, 0 repeats
@valerauko@misskey.io Oh my god, it's really empty. :woozy_baa:
(DIR) Post #AkWje70p48Rf4sV0YS by valerauko@misskey.io
2024-08-01T14:50:08.625Z
0 likes, 0 repeats
@volpeon@is-a.wyvern.rip stuff where enterprise shit breaks* empty stuff* stuff that is unexpectedly longer than it's supposed to belike i'm literally having a meltdown about a java library hanging FOREVER because of a content-length header vs actual content length mismatch