J Rob Gant

Results 23 issues of J Rob Gant

Updates for SublimeLinter 4 deprecated properties. > dockerfilelint: Defining 'cls.syntax' has no effect anymore. Use http://www.sublimelinter.com/en/stable/linter_settings.html#selector instead. dockerfilelint: Defining 'cls.selectors' has no effect anymore. Use http://www.sublimelinter.com/en/stable/linter_settings.html#selector instead. dockerfilelint: Defining 'cls.version_args'...

I have the following call to `$translate` in my app that isn't picked up by grunt-angular-translate: ``` $translate(['LOGIN.RECOVERY.FORM.MESSAGES.SUCCESS', 'LOGIN.CREATE_NEW_PASSWORD.FORM.BUTTONS.CONFIRM'], {email: vm.email}) ``` This is because the RegEx for matching these...

``` $ stylelint src/styles/global.css src/styles/global.css line 25 col 3 white collides with #fff (14 line 118 col 3 #fff collides with white (25 ✖ 2 collisions found. ⚠ 2 problems...

I am unable to "Goto Type Definition..." or "Goto Definition..." on `eslint-plugin-perfectionist`. It works for `@eslint/js`, `globals`, and `typescript-eslint` in `eslint.config.mjs`. Minimal reproduction repo: https://github.com/rgant/tmp-eslint-perfectionist-test Trouble Shoot Server Output #...

bug

## Description Trying to configure `eslint-plugin-prefer-arrow-functions` in a `eslint.config.ts` file results in Type issues for `meta` being possibly `undefined`. ``` 47:7 error Type '{ meta: { name?: string | undefined;...

### Describe the bug Started a new Angular v19 project and am getting the following error in my LSP when importing `eslint-plugin-perfectionist`: > error Cannot find module 'eslint-plugin-perfectionist' or its...

bug

### Validations - [X] Follow our [Code of Conduct](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CODE_OF_CONDUCT.md) - [X] Read the [Contributing Guide](https://eslint.style/contribute/guide). - [X] Check that there isn't already an issue that reports the same bug to...

I am unable to "Goto Type Definition..." or "Goto Definition..." on `eslint-plugin-perfectionist`. It works for `@eslint/js`, `globals`, and `typescript-eslint` in `eslint.config.mjs`. Minimal reproduction repo: https://github.com/rgant/tmp-eslint-perfectionist-test I originally found this issue...

I'm seeing `Firebase: Error (auth/network-request-failed)` when using `fakeAsync`, but success without using it. (While using the emulator on localhost during test runs.) ```ts it('should recover email fakeAsync', fakeAsync((): void =>...

Is the running outside of injection context warning legitimate when using `validatePassword`? My code: ```ts import { EnvironmentInjector, inject, runInInjectionContext } from '@angular/core'; import { Auth, validatePassword } from '@angular/fire/auth';...