Nathaniel Sabanski

Results 124 comments of Nathaniel Sabanski

![image](https://github.com/bigskysoftware/htmx/assets/24665/ecca7a32-2476-44a2-b37e-9934237a1145)

That's [Dark Reader](https://darkreader.org/) extension. I recommend it as an interim solution (..although I imagine most devs desiring lower brightness already are aware :wink:) First impressions really do count.. so if...

We could just raise an exception if `Authorization` headers are sent while `Access-Control-Allow-Origin` is `*`. But frankly, we do not have to do anything. The browser will not allow it,...

Yeah, interesting find @ajwerner `HashIndex` won't work for us here, but that may be the direction we need to go in. New `HashShardedIndex` type, perhaps. I've noticed any modifications I...

Ideal situation is this becomes a Primary Key option- the most common use case. Although I'd be okay with this just being default as discussed in the ticket over on...

Temporary solution that works: ```python #BigAutoField='DEFAULT unique_rowid()', BigAutoField='USING HASH DEFAULT unique_rowid()', ``` @timgraham This will use the default hash bucket count of 16, which is a nice, sane default. I'm...

Advantages of Discussions over Slack * Searchable / discoverable with Google. (Not a walled garden) * No Slack account required. (Not a walled garden) * Threads can be reasonably resumed...

As a newcomer I think this would be a game changer for adoption- CockroachDB and Citus' strengths are simplicity of deployment in comparison to Vitess. Having to coordinate all of...

Done @braver thanks.