-
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/6696
Originally posted by **bambirombi** September 4, 2023
### Description
Take as an example this blog:
When I pu…
-
Remove it for the input box. It will cause input error.
-
**Premises**
- SPAs have caused developers to write a lot of code, much of which parallels behavior implemented natively in the browser:
- Reacting to a link click with a URL change
- Reacting …
-
## Type of Change
- [x] New Feature Request
- [ ] Documentation / Website
- [ ] Improvement / Suggestion
- [ ] Bug
- [ ] Other (please clarify below)
## Summary
Coming out of #570 / #669 was…
-
We should add Twitter as an IdentityProvider. One of the problems we met was that Twitter doesn't use OAuth2 but uses an older oauth protocol that we have to build in.
Old code:
```ts
impor…
-
- [ ] ~~移除 axios,迁移到原生的 fetch(使用 undici 解决兼容问题),以减少依赖体积~~
- [x] 移除 crypto-js,迁移到原生的 crypto,以减少依赖体积。
- [x] 移除 qs,迁移到原生 URLSearchParams,以减少依赖体积。
- [x] 升级 https-proxy-agent、socks-proxy-agent 版本,以修复可能存…
-
### Provider type
Credentials
### Environment
Node 18.14
@auth/core 0.5.1
@solid-auth/base 2.0.2
@next-auth/prisma-adapter 1.0.6
### Reproduction URL
https://github.com/sek-consulting/solid-au…
-
I am encountering difficulties specifying a custom path for file uploads when using the 'next-s3-upload' library within a Next.js application, specifically with the App Router. The library provides an…
-
When using parseQuery with URLSearchParams as argument, the function fails.
parseQuery takes either a URLSearchParams as argument, or a Request, and uses the output of toString.call to find which t…
-
PS C:\Users\antho\Desktop\Naas-PFP\hashlips_nft_minting_dapp-main> npm install
npm WARN deprecated mkdirp-promise@5.0.1: This package is broken and no longer maintained. 'mkdirp' itself supports prom…