-
### 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…
-
### Steps to reproduce
1. Download the latest version of flutter
The rest of the code follows this tutorial: https://developers.google.com/maps/flutter-package/config
3. Do `flutter create google_m…
-
### What version of React Router are you using?
6.25.1
### Steps to Reproduce
1. create a Navigation Blocker Hook (which blocks query params change as well)
```
import { useEffect, useCallback…
-
**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 …
-
I am using version 3.0.2 and if I call `Cypress.Laravel.route()` the URI returned does not start with `/`.
Let's suppose I have this route defined in my Laravel app
```php
Route::get('login', Log…
-
## 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…
-
Remove it for the input box. It will cause input error.
-
### 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…