Cosme Valera Reales
Cosme Valera Reales
I followed these steps: ```bash git clone https://github.com/UN-GCPDS/qt-material.git cd qt-material python setup.py install cd examples/full_features python main.py --pyqt5 ``` Those are the same steps as in the documentation. The only...
I'm using version 2.7 of qt_material, becase my pip won't let me upgrade to 2.8 or further. I'm using Windows.  But there is up to 2.14: How is this...
There's a new library that has gotten over 50 stars ⭐ in its GiHub repository in its first week: - Click [here](https://github.com/TypedDevs/bashunit) to see the bashunit repository. Its aim is...
## 🧠 WHAT Remove `NODE_ENV=production` and `NODE_ENV=development` from rspack scripts. So it works out of the box ## 📷 IMAGE   https://github.com/jherr/create-mf-app/issues/70
I added the configuration changes to improve the way that the compiling looks for webpack and rspack. ## 📷 RSPACK - Before:  - After:  Feel free to try...
## 🐛 Problem While using the Rspack version with any of the languages, when I try to execute `npm start` the following problem arises: ```bash 'NODE_ENV' is not recognized as...
## 🧠 WHY? With this now every time we start again the project, it will not open a new window, but instead it will show the message in the terminal,...
Hello! I have seen this option:  And what this regex does is to make transparent also the console.log piece of code before the comment. I would like that the...
If I execute the script with the options in the command there is no problem:  However, if I try to select them one by one, I receive an error:...