I have Store object structure as follows { "fooObject":[ { "id":1, "somefield":"bla bla", "orderArray":[ {
I'm decoding a JSON response in my Swift App, and the code decided to not work when I switched the api URL. This is my json response { "totalHits":396990,
I have this complicated querie and I have to fix it, at the moment I think there is an error in the where, something will be missing there, bu
I am working on a report in PowerBi. I have several statuses and their dates in one cells and I need to separate them into columns My target is to be able to ca
I need to use scanner to get 2 inputs. 1st input is a sequence of integers that I need to store in ArrayList. 2nd input should go right after the first one and
What are the steps to downgrade the php version to 7.1 and make it default on latest Homestead 7, Homestead 7 comes with php version 7.2 as default. There are
I have this working line of pytesseract code, which keeps only the whitelisted characters: resultxt = pytesseract.image_to_string(roi, config="-c tessedit_char_
I'm trying to upload an image with postman to my server. The problem is that it sometimes works and sometimes it does not. I'm using exactly the same request ev
I am new to web dev. I don't think web dev is difficult. As long as you find a good explanation, things are crystal clear. Unfortunately most tutorials you came