Timo Tijhof

Results 366 comments of Timo Tijhof

@gingerbeardman I do not. In the comments since, I posted two additional examples with suggestions for words I'm reasonably certain I never typed on this device (`romp` and `Strickland`). I...

Merging in duplicate https://github.com/jquery/jquery/issues/4831. > @evgencode wrote on [13 Jan 2021](https://github.com/jquery/jquery/issues/4831): > > > It would be nice to have a **finally** method identical to **always** in promise object. I...

I'm "unlicking" this cookie. Anyone feel free to take a stab at this.

May be related to, or a duplicate of, issue #2413.

@mgol Consider the following simplified example. I'm using `$.when()` here to trigger the bug. Although please note that my original test case also triggered this bug without involving `$.when()`. ```js...

Yeah, but it seems odd that it only happens in `$.when()`, and if returning it from a nested `then()` inside another `.then()`, but not returning from the top-level `.then()` or...

@gibson042 I suppose it'd have been nice if https://api.jquery.com/jQuery.Deferred/, and/or clearly state what the result is of providing a Thenable to resolve() or as return value to `then()`. Afaik doing...

@mdjermanovic You're right. Despite the intent fixer leaving behind clearly tab-indented statements that should fail the rule, the rule currently does not in fact flag them as violations. In my...

I'm encountering something similar that I believe may be the same issue, reporting here for now but happy to create a new issue if considered different: ```php class FileModule {...

1. https://github.com/wikimedia/labs-tools-guc/tree/3ee0bcaf28673a74dd8ee7f08f6f4ddd9cde2f11/ 2. Edit `src/ChronologyOutput.php:55` to remove `// @phan-suppress-next-line PhanRedundantCondition https://github.com/phan/phan/issues/4685` 3. `composer install && composer phan` ``` > phan --allow-polyfill-parser --no-progress-bar src/ChronologyOutput.php:55 PhanRedundantCondition Redundant attempt to cast $inList of...