I need to update from PHP 7.3 to PHP 8.0 or PHP 8.1. About composer.json php from ~ 7.3.0 to ^ 8.0, ext-phalcon from ^ 3.3.0 to 5.0.0 beta3 I think I have to up
I have this table for example: Start date End date value 2022-01-01 2022-01-03 value1 2022-01-02 2022-01-04 value2 The output I want would be this: Start dat
Problem Statement: I am given 2 sets of images. All the images in both sets are without annotations and labels. First set : a set of images of the grocery store
I have written a userscript for a particular webpage, and this script has some variables that I would like to be modifiable by the user, without them having to
I want to implement a procedure which takes a string consisting of multiple lines. I want to take split the string line by line. And then i want to parse and ma
I am using SymPy with PyScript so I cannot use init_printing() in my code as I am not running code cell by cell. How can I still use pprint to make my output lo
Environment I'm using Visual Studio 2019 version 16.7.2 on a Windows 10 VM, hosted by Parallels on a brand new MacBook Pro. The VM has eight virtual processors
Not able to understand how to use kafka connector. do we require our own service to connect to kafka or gravitee will provide.
error H14 happen while deploying to heroku this is my procfile: web: gunicorn -w 4 -b 0.0.0.0:$PORT -k gevent main:app log on heroku: 2017-01-23T10:42:58.90