I have a small project that uses Django Channels (websockets) and it works fine locally. I've added SSL to my docker-based deployment with the letsencrypt-compa
I am new with VBA coding. I am creating a macro where a 1000 rows will assigned to different users. here is some set of requirements for the macro. For each use
I recently learnt that the expression "in range(len(li)" is considered un-pythonic. So I read posts explaining that enumerate should be used i
I wanted to create a google sheet with columns that look like this: Session 1 Date, Session 1 notes, Session 1 Status, Session 2 Date, Session 2 notes, Session
This is my first post and I apologize if I mess up any format. Please let me know. I'll get down to the problem. 'X' sends files to us that are concatenated to
I have a situation where I can find out the Client_id and Client_secret from the Principle/ Basic Auth coming inside the request with the below snippet. if(auth
I have such user story: Given I am on the 'Login page' When I enter following credentials |Email |Pass | |email1|pass1| |email2|pass2| Then I ge