Josh England

Results 16 comments of Josh England

Sounds good to me. Maybe supply another passthrough for onBlur for the actual input element, too?

Thanks, @ezequiel ! They look to work well. After a bit of messing around last week, the approach I ended up taking, actually, was to listen for the key down...

@JakeChampion Any update on this? Anytime I try to go to https://polyfill.io/v2/ it redirects to https://polyfill.io/v3/ Are the V2 docs being hosted elsewhere?

It's been almost 2 years since I submitted this PR, and there hasn't been any response to it. I know @Ocramius added the "BC Break" tag, but I don't get...

@greg0ire I understand that, however, the "mistake" was introducing a major change in the behavior for the IN/NOT_IN operators to use the strict checking. I'm not saying that doing the...

> Appears to be expected behavior per https://developers.recurly.com/api/v2021-02-25/index.html#operation/create_subscription_change The issue is in the SDK, not the API. The return result from the SDK is returning a type not defined in...

I've been getting this issue for a while (since 2015), can't give a specific version, but whatever the version was in 2015. It also occurs for foreign keys. It will...

I'm currently using version 20.0.1 and the declaration for `Color` is: ```typescript export interface Color { name: string; selectable: boolean; group: ScaleType; domain: string[]; } ``` However, the documentation specifies...

I was able to get it to accept just the `domain` portion, however, I did have to disable `strictTemplates` in my tsconfig.json `angularCompilerOptions`

@davedevelopment I'm getting the deprecation warning with PHPUnit 9, Mockery 1.4.2. ``` 1x: The "Mockery\Adapter\Phpunit\TestListener" class implements "PHPUnit\Framework\TestListener" that is deprecated Use the `TestHook` interfaces instead. ```