I'm new to forking and trying to wrap my head around the process. I have an original repo "Main Repo" which I've forked and cloned. There's a branch "branch-A"
If I run the method from datetime import datetime from timedelta import time def action_retbook(self, cr, uid, ids, context=None): dt = datetime.date.no
I am trying to setup DataDog Kafka Monitoring setup. I am following the steps prescribed in their document: https://www.datadoghq.com/blog/monitor-kafka-with-da
I have proper credentials below in the connection String, even after giving the proper connection string does not work. Even though I use the credential variabl
Planning to use Nginx Mirror module to copy the traffic to other server. Wanted to see if there are any performance implication of doing this ? Like what if the
I have following code snippet which deletes the cookie for the current domain. login(isRedirect) { this.spinner.show(); this.auth.loginUser({ shopId: -1
I have a custom table component and it has two props: items and columns. I want to implement a sorting feature. Sorting is not a big deal. I am sorting the item
I want to write a program that gets multiple line input and work with it line by line. Why there is no function like raw_input in Python 3?