I am working on extension development for multi-browsers. I have developed the extension for Chrome, Edge now I want to convert the same extension for Safari. I
I would like to have an InputBox that allows to enter text in a table, for a number of cells taht depends on a previous selection of shapes, however I do not kn
I am trying to debug django project with docker-compose interpreter. Here is my pycharm configurations But when I trying to debug it project still running but
I have 2 preset .json files(from the GUI version on windows) to convert mkv to mp4. converts to h264 and adds subtitle 1 converts to h264 I'm only trying to get
I am trying to simply chain some async functions together so they operate in order. I am probably making a basic error. I just want the printFirst to run and th
I'm trying to add an item to the cart. I am fairly new to coding in python so I have tried to make some kind of code that will do it for me. But the code is not
How to set maxDate in flatpickr? <input type="text" id="date-picker" class="form-control" data-toggle="date" placeholder="Select date"> $("#date-picker"
I have a little problem that is how to Copy a specific column from a csv file to an array using javascript thank you :)