Bas
Bas
# 🐛 Bug Report When the `usePreventScroll ` hook is used on a non-mobile device (with a scrollbar), a strip of whitespace shows up. This happens when a element with...
Related to #1707. This requires support for the underneath example in the `curl` command. See the [documentation here](https://www.apollographql.com/docs/apollo-server/performance/apq/#command-line-testing). ```bash curl --get http://localhost:4000/graphql \ --header 'content-type: application/json' \ --data-urlencode 'extensions={"persistedQuery":{"version":1,"sha256Hash":"ecf4edb46db40b5132295c0291d62fb65d6759a9eedfa4d5d612dd5ec54a6b38"}}' ```...
[More info here](https://www.apollographql.com/docs/apollo-server/performance/apq/) and related to #960 ## Upvote & Fund - We're using [Polar.sh](https://polar.sh/strawberry-graphql) so you can upvote and help fund this issue. - We receive the funding once...
**Is your feature request related to a problem? Please describe.** To improve code quality and detect problems faster, have a CI run on every pull request / every push. **Describe...
Basic `dict` support for input extensions, to support automatic persisted queries in the future. See #1707. ## Description ## Types of Changes - [ ] Core - [ ] Bugfix...
**Is your feature request related to a problem? Please describe.** For example, when you have a list of 50 dependencies that can be removed, I would like to find those...
This pull request adds support for [authenticating using Workload Identity ](https://learn.microsoft.com/nl-nl/azure/aks/workload-identity-overview?tabs=dotnet)for the Databricks provider. In the provided unit tests, this has been tested using mocking the token generation. However, the...
# Background Resolves #17901. It adds support for rebuilding after debugging a test was restarted. This means the test doesn't have to be aborted and manually re-ran again. # How...
**Background** Above every test that you write, a `Run Test | Debug` header is visible, making it easy to quickly debug one particular test. When you debug, the project is...