-
### Scenario & Reproduction Steps
node v22.5.0
authentication error: http error: error issuing the request with reqwest: error sending request: JsValue(TypeError: Only absolute URLs are supporte…
-
i use mysql2 like this:
require('dotenv').config({path: __dirname + '/.env'});
const mysql = require('mysql2/promise');
module.exports = mysql.createPool({
"host": process.env.DB_HOST,
…
-
Sentry Issue: [METAMASK-X71J](https://metamask.sentry.io/issues/4477383811/?referrer=github_integration)
```
Error: write after end
at MetaRPCClient.send (app/scripts/lib/metaRPCClientFactory.js:22…
-
## Problem
The following code compiles and causes a crash
```swift
let somePromise = Promise {
return Optional.none
}
somePromise.then { (v: String) in
// causes crash
print(v)
…
-
### What problem are you trying to solve?
Some of the codes require extremely high performance. Therefore, these codes will use Web Worker and make their codes like this:
```
state = "A_STATE"
whi…
-
-
已在使用的 [queue](https://github.com/zhanhongtao/blog/blob/master/se/se.js#L252-L274). 它在定义时, 参数控制的不够好. 所以在使用时, 这样写 `queue( list, h, cb, index )`.会破坏它本身的意义.
为了控制好传递来的参数, 下面使用 promise 方式重写 queue 函数.
```…
-
### Which @angular/* package(s) are the source of the bug?
zone.js, Don't known / other
### Is this a regression?
No
### Description
Here is a simple example of promises.
```javascript
const p3 …
-
Recently, we encountered an integration where a single step that calls `jobState.iterateEntities()` took multiple hours to execute. Since this step is sequentially reading from disk, waiting for netwo…
-
In particular, it needs to pick a task source to use. I wonder what implementations do here.
/cc @dtapuska since he's been doing vaguely-related work.