I'm trying to send a POST request to the back-end whenever a client click on a Push notification (front-end side), so I know the client have received the notifi
Before someone slaps my hand, I had installed venv/virtualenv to setup virtual environments but I had other issues so someone suggested I upgrade my pip3 versio
I was trying to install Python packages a system I recently gained access to. I was trying to take advantage of Python's relatively new per user site-packages d
I try to push some file to Github and total size is only 22.2M. I don't know why it stuck after the total line. I've read the Git push hangs when pushing to Git
I am trying to create a new conda Python 2.7 environment. For this purpose I am typing this in terminal: conda create -n my_env_name python==2.7 After activati
I'm trying to secure my microservice's endpoint using webflux oauth2 client and I use keycloak as an authorization & resource server. Api receives Bearer JW
I searched for 1 hour my answer but nothing that fits my issue. I apolagize if it was a common problem. So I have one popup script that have to wait a message f
I´m creating a WebAPI for an already existing database. In one table, the primary key column starts at -1. When I call var test = await Contex