Colin Sidoti

Results 7 issues of Colin Sidoti

The Fetch standards currently disallow using `Access-Control-Allow-Origin: *` with `Access-Control-Allow-Credentials: true` This policy requires developers to take an extra step when enabling credentials on same-site but cross-origin fetch requests. Instead...

addition/proposal
needs implementer interest
topic: cors

### Which Cloudflare product does this pertain to? Cloudflare for SaaS ### Existing documentation URL(s) The custom_hostname endpoint is listed as enterprise only in the docs: https://api.cloudflare.com/#custom-hostname-for-a-zone-create-custom-hostname However: 1. The...

documentation
content:edit

### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information Operating System: Platform: darwin Arch: x64 Version: Darwin...

template: bug

## Type of change - [ ] 🐛 Bug fix - [x] 🌟 New feature - [ ] 🔨 Breaking change - [ ] 📖 Refactoring / dependency upgrade /...

### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information ``` Operating System: Platform: darwin Arch: x64 Version:...

template: bug

After sharding is applied, I believe there are three distinct contexts a third party can operate in. Perhaps it's easier to think about changes when they're grouped in these buckets?...

CRDB has documentation for adding client side retries to drivers: https://www.cockroachlabs.com/docs/stable/advanced-client-side-transaction-retries.html I do not see this logic in the source code (confirmed by searching for "SAVEPOINT" keyword). Should this be...