Rex Schrader
- Total activity 36
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 11
- Subscriptions 6
-
Edited Laravel Progress Bar ANSI does not rewrite/update/linefeed properly in Debug Console
I am using Laravel 9's implementation of the Symphony ANSI Progress Bar. When I'm debugging the CLI command I wrote which uses the progress bar, it is not properly overwriting the bar, nor adding l... -
Created MariaDB - REGEXP_SUBSTR Auto-Completes, but "No Documentation Found"
I am using MariaDB 10.6.19, which supports the various REGEXP_* functions. When writing a query in the Console, I get the auto-complete for these functions, showing their parameters, etc, but once ... -
Created DataGrip - Multi-window, Results in Second Window?
AnsweredI have two Datagrip Windows open, but the Services/Results tab is only on the first Window. When I run a query in the second window, the results are only show in the first window's Services/Result... -
Created DataGrip - Ignore Database Table Prefix when creating aliases?
AnsweredI have a database which uses a prefix ("wp_") on all of the table names. When I'm writing queries I usually exclude the prefix letter when making an alias (IE: `wp_users u` rather than `wp_users w... -
Edited PHPStorm: How do I create an inspection to search for a specific string in SQL?
AnsweredI have a series of migration files in SQL that I would like to ensure do not get a development database name. How can I set up an inspection for "some_database_name" in all SQL files? I built an ... -
Created d3 Libray v6.1.1 - d3 functions not recognized
I have a reference to the d3 library in my index.html file. I have downloaded a local copy and added it as a library in the Settings | Languages & Frameworks | JavaScript | Libraries Interface I ...