I have a function that factor a number. It depends on some random condition. So what I am trying to do it's to run multiple processors in this function and the
I need to cancel first pending request if another was sent from the same service as the first is outdated already and there is no need to spend time on it as th
I am new to coding in Python and seeking a little guidance using Pandas. In brief, I would like to create a new series in a Pandas DataFrame and then populate i
We have configured the custom notification(bell on top right corner of user screen) to record owner based based on some criteria in apex class and where this cl
I have a script that creates an ssh connection and a mongodb connection. In addition I have a test file in order to test the functionality. But from the test fi
(EDITED FOR CLARITY) I am trying to solve this issue with passing default parameters. I have functions creating plots with matplotlib. These functions accept pa
I'm working on laravel project. First I encountered a fatal error of maximum number of bytes. I fixed that, after fixing and restarting my Apache when I started
I have an azure function and I want to trigger it when a new blob is detected. Current bindings in functions.json: "bindings": [ { "name": "myblob",
I made a table called "Customer" and I want to make a simple Yii application of create and view. Here's the piece of my code in CustomerController.php: class C
Okay so I'm learning Docker and I am trying to deploy a test app with a subdomain (who's domain was bought from another provider) which is pointing to my server