Cosme Valera Reales

Results 9 issues of 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. ![image](https://github.com/UN-GCPDS/qt-material/assets/80126839/c5a25075-3491-4eea-9b68-7feef6024ab5) 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 ![image](https://github.com/jherr/create-mf-app/assets/80126839/e3abbc9c-c694-4abd-b7c1-9fb1ef80d9fa) ![image](https://github.com/jherr/create-mf-app/assets/80126839/395a1ca0-c741-4f66-b712-29c243fe448e) 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: ![image](https://github.com/jherr/create-mf-app/assets/80126839/b6455584-d76a-46fb-afc6-4a8a58db0a18) - After: ![image](https://github.com/jherr/create-mf-app/assets/80126839/820c715c-c1a7-49dd-ac87-13e13cb2d5a1) 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: ![image](https://github.com/user-attachments/assets/7e042ae3-952c-47a8-a030-05e9e05a2b2e) And what this regex does is to make transparent also the console.log piece of code before the comment. I would like that the...

enhancement
help wanted

If I execute the script with the options in the command there is no problem: ![Image](https://github.com/user-attachments/assets/3f159a09-225b-422f-862b-902b527b5f37) However, if I try to select them one by one, I receive an error:...