Zisu Zhang

Results 10 comments of Zisu Zhang

+1 for Vercel. ``` globals.Headers is not a constructor ```

在下载百度云时有同样表现,而且最多只能同时下载一个文件

Is there any updates on this? The newest source code at https://github.com/yarnpkg/berry/blob/e135fc407d3389924e2237dfa4006a41800380d7/packages/plugin-workspace-tools/sources/commands/foreach.ts#L203 is still missing abilitiy to select dependency workspaces when using both `--since` and `-R`.

Same here. Manually add "id" to select seems to be a workaround.

I now have a need to exclude all routes except several routes to be prerendered. But plain string prefix won't work for me, neither will `routeRules` work (which will cause...

change client_auth_method to `basic_without_www_form_urlencode` may help.

Also a working oauth_config.yml using OIDC: ```yaml --- openid_connect: issuer: discovery: true uid_field: client_auth_method: other send_nonce: false client_options: identifier: secret: redirect_uri: ``` See https://github.com/omniauth/omniauth_openid_connect/tree/master for details

> For the most part this looks okay, although I would prefer a method to edit the configuration via UI. I am unable to get OIDC set up on my...

> Thanks again for your work here, I was able to verify that OIDC does work given the testing credentials, seems good to me! One other thing though, do you...

> Thanks again for your work here, I was able to verify that OIDC does work given the testing credentials, seems good to me! One other thing though, do you...