Zhang

Results 17 comments of Zhang

```ts const browser = await dappeteer.launch(puppeteer, { // metamaskVersion: 'v10.15.0', metamaskPath: join(__dirname, '../metamask/v10_15_0'), // args: ['--lang=en-US,en', '--proxy-server=127.0.0.1:7890'], args: ['--lang=en-US,en'], devtools: true }) ```

> I have the same issue. Disabling commintlint until fixed. > > I'm using it with husky > > `npx --no-install commitlint --edit $1` > > Also, sometimes it checks...

Hello, I meet the same error as you and I resolved it because of written wrong vuetify-options. I find it at https://github.com/nuxt-community/vuetify-module/issues/268#issuecomment-621766267 and hope it helpful.

``` bash Error: FetchError: request to https://api.uniswap.org/v1/graphql failed, reason: Hostname/IP does not match certificate's altnames: Host: api.uniswap.org. is not in the cert's altnames: DNS:*.facebook.com, DNS:*.facebook.net, DNS:*.fbcdn.net, DNS:*.fbsbx.com, DNS:*.m.facebook.com, DNS:*.messenger.com, DNS:*.xx.fbcdn.net,...

> > > > interface/src/graphql/data/schema.graphql > > ``` > """This directive allows results to be deferred during execution""" > directive @defer on FIELD > > """ > Tells the service...

你好, `fn.call(this, args)` 是否该改成 `fn.call(this, ...args)` ?

> > 你好, `fn.call(this, args)` 是否该改成 `fn.call(this, ...args)` ? > > 是的,谢谢指出,这个地方疏忽了,已修改。 > > 后面还有个让人疑惑的地方 `fn.call(this, false, ...args);` 和 `fn.call(this, true, ...args);`, 这个是为了demo演示时区分首次触发和常规触发加的标志位 收到, 刚才也想提问来着, 看完后明白了!

> `error: unable to push to unqualified destination: remoteBranchName The destination refspec neither matches an existing ref on the remote nor begins with refs/, and we are unable to guess...