Alex - アレックス

Results 7 issues of Alex - アレックス

By adding this: ``` begin ``(?i)(?=\s*(?:SELECT|INSERT|UPDATE|DELETE|CREATE|REPLACE|ALTER)\b) beginCaptures 0 name punctuation.definition.string.begin.go end `` endCaptures 0 name punctuation.definition.string.end.go name string.quoted.raw.sql.go patterns include source.sql ``` to the standard go syntax file before the...

I noticed that if one of the `$args` is a boolean like `$false` it gets converted to a string and causes problems in some cmdlets. ``` > sudo Disable-NetAdapter -Name...

This PR adds the capability of skipping rate limit by specifying 0

### What happens? When opening the application, it shows a balck screen instead of the menu. Pressing the controls does nothing, only pressing the back button exits the app, and...

Platform-specific (Android)

## Summary by CodeRabbit ## Summary by CodeRabbit - **Refactor** - Improved the logic for generating argument names in mock generation, ensuring unique names and preventing collisions with package names.

This PR enables support for the optional HTTP status for errors before and after the message. This help to organize error list so that this: ``` error 500100 MissingArgument "missing...