Tyler Rockwood
Tyler Rockwood
We have an automated tool to update our DB schema based on migra, and when adding indexes to existing tables we need to add `CONCURRENTLY` to the create index command....
React Native v64 introduced [DynamicColorIOS](https://reactnative.dev/docs/0.64/dynamiccolorios). The nice property of this is that it allows the OS to change the colors of things dynamically without needing to go through a React...
Hello, I just stumbled across TUS today, and I think it's awesome! Thanks for working on this. I'd like to use this for my company's uploads, but the server does...
Right now indexes are a data class and not able to be modified. The nice thing about columns is that I can add custom column types if I like as...
Please answer these questions before submitting a bug report. ### What version of OpenCensus are you using? 0.28.3 ### What JVM are you using (`java -version`)? 11.0.13 ### What did...
### Description See: https://github.com/cashapp/sqldelight/discussions/2802 JDBC drivers support batch SQL operations that send many statements to the database without waiting for roundtrips for each statement. This is a key feature for...
I wanted to capture this because I think it'd be super useful, especially because when there are changes to this repo we usually want to use them right away (for...
I noticed that the package.json files for the fetch api and react components only specify a "main" entry point and not a "modules" entry point, which means I can't tree...
I have browser compliant mode turned on and the following CSS is incorrectly parsed: ``` div+p .foo{width:100vw} ``` But the following works fine ``` div + p .foo{width:100vw} ``` But...
**Do you want to request a *feature* or report a *bug*?** Bug 🐛 **What is the current behavior?** When running the metro CLI directly there are many errors like: ```...