I started to develop a little Content Management System for two languages (de, en) that starts to grow bigger. In that context, I have Posts and Pages (a bit li
Adding a <b-list-group> element to a dynamic page caused me some problems. I'd like to use css to modify the height of the listview dynamically, howe
I am currently following the Udemy lecture for time series analysis link. When running pmdarima 1.7.1 auto_arima (statsmodels 0.11) on a pretty basic dataset, I
I need to change the FEEDS parameters for the export of csv's to AWS S3 depending on the value of scraped items. I tried to put a condition in settings.py but i
I am trying to make a chat application on Django. I have created a model to input into a database of the format room_no, user, message. Additionally, I have inc
I am following good programming practices and I am logging the PHP errors to file instead of displaying it to user. I use set_error_handler() for that. Now the
Declared a Vector in the Interface and set it to null, want to initialize it later in the class that implemented the Interface, java is giving error with the fo
When you define display:block in css, element.style.display is returning always empty. console.log(document.getElementById('test').style.display) #map {di
I'm running my Node/Express app inside a Docker container, joined together with a Redis instance through Docker Compose. The problem is, when I try to connect t