Daniele Scasciafratte
Daniele Scasciafratte
So to move on the python code quality the ideal is to add a GH action executed on PRs that check code quality. Python has https://pypi.org/project/autopep8/ (to fix issues) and...
So right now in the output in the shell we have: ``` Prompt after formatting: You will be given a sentence. If the sentence is a question, convert it to...
It can be interesting to save the output/input not just in the database but also divided by user. In this way in the UI it is possible to see previous...
- Laravel Version: 9.19 - PHP Version: 8.1 - Laravel-admin: 1.8.19 ### Description: I get this error on saving some fields: ``` Error: Class "Symfony\Component\DomCrawler\Crawler" not found in file /home/www/stuffvendor/encore/laravel-admin/src/Middleware/Pjax.php...
In this way it is possible to add custom new column with custom logic.
This ticket trac feedback that I got somewhere about the book: * `How to read this book` section is not what the title says but just a `What you will...
**Describe the bug** an example: ``` giusto rperché ivoglio ``` instead it should be: ``` giusto perché rivoglio ``` **To Reproduce** Steps to reproduce the behavior: 1. A word with...
## Expected behavior Use CP endpoint to verify the checksum ## Current behavior On https://github.com/ClassicPress/ClassicPress/blob/develop/src/wp-admin/includes/update.php#L101 it is using for the core the WP endpoint This can create issues in the...
Right now for https://github.com/Varying-Vagrant-Vagrants/CD-USB-Generator we are packaging a big zip with everything and require a lot of time. Our proposal was to find a way to generate a package for...