Med Talhaouy

Results 8 issues of Med Talhaouy

create a locales [Moroccan Arabic](https://en.wikipedia.org/wiki/Moroccan_Arabic)

The PR introduces an `.editorconfig` file to standardize coding styles for Python files in our project. This helps maintain consistency in code format, especially in projects with multiple contributors. **Key...

This PR has two contributions: - Add `.editorconfig` - Trans `fr.json` to use agent in french

Refactor `get_local_source` for Enhanced Validation and Clarity - Improved input handling in interactive mode. - Added robust file path validation and error handling. - Removed unnecessary variable assignment for cleaner...

I have faced this error when i run `./package` [err: 8] wget https://gitlab.gnome.org/GNOME/gnome-shell/-/raw/42.5/src/shell-blur-effect.c

I introduced an error event that gets triggered when an error occurs during the progress tracking. ```js Progress.init({ // configuration options... }); function customErrorHandler(error) { // Handle the error... }...

This PR introduces two configuration files, `.editorconfig` and `rustfmt.toml`, to enforce consistent code formatting across the project. These additions aim to standardize indentation, line endings, maximum line length, and other...

This PR adds a helpful tip for users to ensure proper setup before using the MRPC dataset. The tip reminds users to check if the `datasets` package is installed by...