-
Currently, the autocomplete engine only works with 2 url params options: boolean or a list of values (see this [file](https://github.com/elastic/kibana/blob/main/src/plugins/console/public/lib/autocom…
-
### 🔖 Feature description
When calling `createOAuth2Session` there should be a way to pass in additional parameters. An example would be when trying to call `auth0`, I want to be able to pass in `pro…
-
Headers and query parameters can both be duplicated (with same or different values) in the request, but we totally gloss over that.
-
### SQLDelight Version
2.0.2 & 2.1.0-SNAPSHOT
### Application Operating System
JVM
### Describe the Bug
using `generateAsync = true` and r2dbc with prostgres any query with parameters fails at ru…
-
## Is your feature request related to a problem?
I'd like to link to a Posthog dashboard from another system with a filter automatically applied on the dashboard (eg: `id = 'foobar'`).
## Descr…
dehli updated
1 month ago
-
![image](https://github.com/user-attachments/assets/60b6d92e-6b5f-44ae-bc8a-e54dae52d1c1)
I am using some APIs that put json requests in the query parameter and it works but the experience is a bit…
xPaw updated
2 months ago
-
We’ve been seeing some queries in the wild like:
`SELECT * FROM t WHERE x = $1::uuid`
It should ideally be possible to support this by figuring out that this is happening during parameter analysis i…
-
### Has your issue been reported?
- [X] I have searched the existing issues and confirm it has not been reported.
- [X] I give permission for members of the FlutterFlow team to access and test my pro…
-
**Summary**
A similar issue has been fixed for path parameters https://github.com/acacode/swagger-typescript-api/issues/413
Is it possible to have it for query params as well?
On my swagger.json …
-
Consider the following URI:
```
?foo=bar&foo&foo=baz
```
On http4s level, the `query.pairs` contains the whole truth: `Vector((foo,Some(bar)), (foo,None), (foo,Some(baz)))`.
However, in the…