-
### Before You File a Bug Report Please Confirm You Have Done The Following...
- [X] I have tried restarting my IDE and the issue persists.
- [X] I have updated to the latest version of the packag…
-
I wonder If we could add support to this awesome library to accept more generic types than only Future and Promise as the library currently needs so functions can work with @async/@await syntax.
C…
-
Here's the typing for `prompt-tsx`'s `PromptSizing`:
```ts
/**
* The sizing hint for the prompt element. Prompt elements should take this into account when rendering.
*/
export interface PromptSizin…
-
### Before You File a Proposal Please Confirm You Have Done The Following...
- [X] I have [searched for related issues](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aissue+la…
-
Hi Guys... I'm loving Haxe4 RC3. I've just noticed that the deprecation warning for:
```bash
js.Promise.Thenable
```
States
```baseh
This typedef is deprecated in favor of js.lib.Thenable
``…
-
### 🔎 Search Terms
"Type of 'await' operand must either be a valid promise or must not contain a callable 'then' member.", "TS1320"
### 🕗 Version & Regression Information
- This is the behavior in …
rotu updated
7 months ago
-
From http://seleniumhq.github.io/selenium/docs/api/javascript/module/selenium-webdriver/lib/promise_exports_Thenable.html:
> Thenable is a promise-like object with a `then` method which may be used t…
niksy updated
7 years ago
-
In the list of features, there is "Clean promise-like interface".
Can you show a simple example how to use this. Are there `resolve()` and `then()` functions?
-
For Broker support in Microsoft Authentication (https://github.com/microsoft/vscode/issues/229431) we need the window handle for this API:
https://github.com/AzureAD/microsoft-authentication-library-f…
-
I came across the following problem:
``` js
var promise = Promise.resolve({});
promise.then(function (value) {
value.then = function (onFulfilled) {
onFulfilled(123);
};
});
promise…