I tried the following. I created an <img> from an svg image. Then I draw it on a canvas and finally I exported it as PNG and set the resulting PNG as a ne
I'm unable to use the response of one call to prepare a new payload. Same error is coming in preparing a header from auth-feature response. Below is the example
I am making a map selector for one of my projects, and I have a strange problem with the first instantiated image. Here are two pictures so you can understand b
So I have a string (string = "Cipher Programming - 101!"), I want to split it by six chars (spaces and special symbols included) and store result as list in Pyt
I have celery running on a server with my Django app, the app is listening for data being posted and once data is posted it tosses that data to a celery task. I
I have a text file formatted as such: itemID_1: (observation 1 for itemID_1) (observation 2 for itemID_1) ... (observation k_1 for itemID_1) itemID_2: (observat
here is my app fetch data from API at once and display them on listview, I want to display 10 items and when the client scroll down I want to display the rest,