I am trying to verify signature , I received from QB notification but always failing. Below is my function I made public static bool ValidateRequest(Dictionary
I am having some trouble replacing values in a dataframe. I would like to replace values based on a separate table. Below is an example of what I am trying to d
I have an array in which I put all the elements that have the class Box, then I add a new div with Vue, which is added correctly, but I try that the last div th
I'm currently wanted to deploy my website to netlify. The deployment is success: But when I click the URL, it returns "not found": What I have done is make a
Now I have a pandas dataframe that is similar to the table index Date return 1 2017-1 0.1 1 2017-2 0.2 1 2017-3 0.3 2 2017-1 0.4 2 2017-2 0.5 2 2017-3 0.6 3 20
I have realized that it is possible to create widgets using plain functions instead of subclassing StatelessWidget. An example would be this: Widget function(
I am trying to create httpclient with retry and circuit breaker as a additional capability. I can add retryhandler to httpcleint like below but not able to add
I'm trying to retrieve data from a site by sending a POST request which appears to work, however, it returns the same result despite the request changing. For e
Background: I'm playing around with Google's body segmentation API for Python. Since it's a library originally written for js (tensorflow.js), the python equiva
DECLARE CURSOR emp_cur IS SELECT ename,empno,dname,sal FROM emp3 WHERE dname='SALES'; BEGIN FOR emp_rec IN emp_cur LOOP IF emp_rec.