Feng Yu

Results 93 issues of Feng Yu

初步考虑用户可以通过微信、支付宝、钉钉等第三方OAuth2服务器扫码登录。考虑抽象一个接口OAuthUser支持第三发登录认证。同时考虑以下场景: - 支持只通过扫码登录,关闭用户名密码登录认证 - 支持本地登录和第三方扫码登录,如果本地用户不存在,可以创建并关联第三方账户 对于第一种场景,实际应该抽象成第二种场景的自动化模式。即用户第一次扫码登录时,如果发现系统中没有关联账户,应该自动创建一个新用户并关联第三方OAuth2

### Package name python-scrapy ### Brief description of package Scrapy (/ˈskreɪpaɪ/) is an application framework for crawling web sites and extracting structured data which can be used for a wide...

package-request

### Describe what you want When we develop on different branches, will cause migrate sql lost when merge. This because of the sql: ```sql Query: CREATE SCHEMA IF NOT EXISTS...

enhancement

Would you please also publish source code to pypi ? Then pip will fallback to source code build install. Thanks.

feature request

**Bug Description** From official guide: https://docs.optimism.io/builders/chain-operators/tutorials/create-l2-rollup > Generate contract artifacts > > ```sh > forge script scripts/Deploy.s.sol:Deploy --sig 'sync()' --rpc-url $L1_RPC_URL > ``` Will show this error: ```sh # git...

我的相关的DNS配置如下: ```yaml dns: {enable: true, ipv6: true, listen: 0.0.0.0:1053, use-hosts: true, enhanced-mode: redir-host, default-nameserver: [114.114.114.114, 223.5.5.5, https://1.0.0.1/dns-query, https://223.5.5.5/dns-query, 127.0.0.1:53], nameserver: [https://223.5.5.5/dns-query, https://doh.pub/dns-query, tls://dns.rubyfish.cn:853], fallback: [https://1.0.0.1/dns-query, tls://1.0.0.1:853], fallback-filter: {geoip: true}} sniffer:...

### Feature request Would you please support the same as python huggingface_hub environment variables like `HF_ENDPOINT` ? Full environment variables link: https://huggingface.co/docs/huggingface_hub/v0.15.1/en/package_reference/environment_variables ### Motivation Sometimes we use another library which...

enhancement

**Describe the bug** I do a stress testing to `DirectClient`, but low performance. Here's the stress testing report: https://app.artillery.io/share/sh_973944e7b55ad120fef7a5e6c2a71980c176b5ab38b788baa7c3caa2a973f367 You can see almost all the requests timeout. I guess `generateMessageResponse`...

bug

**🐞 Describe the bug** ![image](https://github.com/user-attachments/assets/8e22fce2-aa95-4567-a46d-511f2cba166d) I use `BetaHuhn/deploy-to-vercel-action@v1` before, but this time it shows this error: ``` Run BetaHuhn/deploy-to-vercel-action@v1 with: GITHUB_TOKEN: *** VERCEL_TOKEN: *** VERCEL_ORG_ID: *** VERCEL_PROJECT_ID: *** GITHUB_DEPLOYMENT_ENV: preview...

bug

Would you please also provide aarch64 AppImage download in release page: https://github.com/probonopd/linuxdeployqt/releases/tag/continuous Thanks.