Ryan
Ryan
### Bug description The CorsConfiguration type recommends to use `['*']` as the value to all origins. However when I set the wildcard values I continue to get cors issues. Setting...
#### Checklist - [x] run `make test` - [x] PR title must follow [conventional-commit-standard](https://github.com/wundergraph/wundergraph/blob/main/CONTRIBUTING.md#conventional-commit-standard) - [x] tests and/or benchmarks are included - [x] documentation is changed or added - [x]...
Given this simple query for my issues: ``` query GetIssue($id: BigInt!) { form: db_findUniqueIssue(where: { id: $id }) { id } } ``` Passing in { "id": 1 } to...
https://github.com/fortunejs/fortune-postgres/blob/7d158ec79334584049fc2f8de404527eb24ae598/lib/index.js#L141-L142 Let's say I have a schema named `schema-v1` and another named `schema-v2` that both have a table called `users`. If `schema-v1` has a column in users like users.email then...
`Uncaught LinkError: WebAssembly.instantiate(): Import #5 "wbg" "__wbg_getRandomValues_1c61fac11405ffdc": function import requires a callableUnderstand this error` Fails unpinned on [email protected] and [email protected] ```html Wasm Bug import { initializeWasm } from "https://esm.sh/@automerge/automerge-repo/slim?bundle-deps"; await...