I am running my Laravel project in subfolder under domain. So far everything is normal. I add job queues by installing Horizon, but horizon works directly on do
I have a list with dictionary inside, with the following keys: id, external_id_client, product_id, as below: [{'id': 3, 'external_id_client': '7298', 'product_i
I'm using IntelliJ v2019. I have vulnerabilities in my java (maven) app. Some vulnerabilities involve jackson-databind v2.9.6 that need to be replaced by a newe
I am doing a validation of a form in Laravel. In this form I have two inputs (one text and one checkbox). But I have two lists, in which I can move the elements
I am working on a churn model with multiclass GBM classification. I am using the below code but not sure what I can do to maximize recall for classes 0 & 1.
I have a durable function which get stuck in "Running" status when an activity function fails. No activity function is running, why would that be the case? Last
I have a method to find a document in my database based on its ObjectID: console.log('id: ' + id + ' type: ' + typeof id); collection.findOne({'_id
The question: how to pass route value to the controller along with the form using Ajax? I normally submit form using Ajax like this function AjaxFormSub
I found this python script on the web, it gets OHLCV historical data from Binance api by wanted dates, assets and time intervals. The script currently returns t