chrBrd

- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 6
-
-
-
-
chrBrd created a post, PHP CS Fixer & remote interpreter - inspections work when viewing file, but not when inspections/code cleanup are run from menu
I have PHP CS Fixer set up using a remote interpreter, and my `.php_cs.dist` file set as a custom ruleset in the Inspections menu I know things are somewhat working because when I view individual f... -
chrBrd created a post, HTTP Client - is it possible to run all requests as a batch?
The documentation for the HTTP Client states that 'Response handler scripts can include tests, which allows you to use the HTTP Client as a testing framework'. This is exactly what I'm wanting as i... -
-
-
chrBrd created a post, Answered'Instance attribute {} defined outside __init__' warning when using property() built-in
I'm wanting a class constructor to raise an exception if a particular value is empty. From what I can understand the best way to do this is using the built-in property() function. The docs show a l... -
-
chrBrd created a post, checkValidity() method only associated with HTMLSelectElement in code inspection
The checkValidity() method is defined for all form related DOM interfaces. Unfortunately the code inspection defintions in the JavaScriptLanguage plugin only have it defined for HTMLSelectElement, ...