-
It would be nice if there was a `grpc-tools` and/or `grpc_node_plugin` option that would generate client and server code that follows the ES6 Promise and ES7 async/await model.
For example, instead…
-
Our application interacts with dozens of topics. As we've been transitioning functionality bit-by-bit to using Confluent, we've noticed an unfortunate increase in consumer latency.
I was finally…
-
### 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…
-
### Description
There had been multiple requests about allowing awaiting promises during transformation. This issue is the tracking issue for the feature.
### Proposed solution
Our API is cur…
-
Recently, @mcmire put up #4537 to address some lint errors he observes locally (ref: https://github.com/MetaMask/core/pull/4537#issuecomment-2237108995). These began to appear on his system after my P…
-
```ts
import { MsEdgeTTS, OUTPUT_FORMAT } from "msedge-tts";
(async () => {
try {
const tts = new MsEdgeTTS();
await tts.setMetadata("en-US-AriaNeural", OUTPUT_FORMAT.WEBM_24KHZ_16BIT…
-
Currently, there seems to be no way to detect, that we're still doing something - asking a user for a confirmation upon DND or sending something on the backend. In other words, upon finishing a DND, …
-
### 🔖 Enhancement description
can we please change the syntax to create, update, signin, login code snippets in the JS language,
because it is now an older syntax. It will be more convinient if we…
-
### Description
how can I check if something is being executed as a pipeline?
I know that docs says this code is automatically handled as a pipeline because they are in the same "tick":
```ts
awai…
-
• Asynchronous Programming:
> • Explanation of Promises.
> • async/await syntax and its advantages.
> • Error handling in asynchronous code.