SOORAJ TS

Results 5 issues of SOORAJ TS

Can somebody tell me how to run this code, even after running the python server the canvas is not loading

How to represent the pt file after the training in a web browser

Hi there, I think INDIA is missing from the api endpoint https://www.geoboundaries.org/api/current/gbOpen/ALL/ADM0/. Since this endpoint would be used to get the list of countries from geoboundaries and absence of this...

fix: modify `datetime.datetime.utcnow()` to `datetime.datetime.now(datetime.timezone.utc)` inside tests since utcnow() is deprecated from 3.12 onwards fix: change code inside `defining-documents.rst` and `signals.rst` to accommodate `datetime.datetime.now(datetime.timezone.utc)` This is a follow up for...

fix: modify `url_download` to do multipart download using multi-threading when supported by the server, which shows better performance and consumes less resources If server doesn't give `content-length` or if there...