For my application I want to add advertisement banners after every 5 items in my data. So when you scroll you see five data items that I fetched, 1 advertisemen
I am working on fluent validation which will generate custom api response I am able to add ErrorCode and ErrorMessage in the rules. But I also need to assign a
I've got a list k with the 0'th element: k[0]: {'pattern': 0, 'pos': array([ 9.83698, 106.539 , 130.314 ]), 'id': 1922} (It looks like a dict, but its
I have a huge data set coming from a API. Rather than showing all those data in the dropdown at first, I want to call the server API and get the results when us
i'm trying to upload a file through Postman to my bucket. Im usign a post request so on my nodejs backend i'm generating a presigned post url, by using this fun
I install the composer and set the local configs in zend but It's not ok and have problem to run the project here is my problem : Fatal error: Uncaught Error: C
I'm using the library SOAP (https://www.npmjs.com/package/soap) to make requests to a wsdl, but I'm getting the error HTTP GET not supported, using SOAPUI or ev
Changed current directory to /Users/macair/.composer ./composer. json has been updated Running composer update laravel/installer Loading composer repositories w
I have a hybrid app that uses WebView to render external html from my own site. It had a problem that if any link was clicked, it started a browser window. I fo