Tom Grushka

Results 56 comments of Tom Grushka

Consume (swallow) and re-export `sqlx::query` logs in custom format: (The `color-sql` is an **example** feature flag I created to enable SQL syntax highlighting; you don't have to use a feature...

Geez, year and a half, and unable to select code-insiders as import source. Simple UI option. Basically only folder name is different. They are probably losing a ton of signups...

Having many positional parameters in a query with no way to name them is not only **unsafe**, it is **dangerous**. (So why haven't the Postgres authors implemented this in the...

Thanks @hoangdat for getting back to us. (@EliRibble, yep, I'm getting the same thing. I just installed `fvm` and it works to pin the flutter version, and was able to...

Quicktype fails on __almost any non-trivial TypeScript file__ I throw at it trying to convert to Rust. A trivial file such as the following works: ```ts interface RunOptions { absolutePaths:...

Confirm happening for me on Linux (Fedora 40) when running with `code .` or `code-insiders .` in non-Rust project (empty folder). The only way I can disable is to disable...

This PR has been open nearly 3 years. Frustrating that @jonasfj keeps knocking this down -- why? Maybe he doesn't know of a use case for it, but others clearly...

The color of the currently selected item in the `DropdownMenu` is a huge accessibility issue (aside from the keyboard issues), because the color is hard-coded to one of: * very...

I found a workaround for this on the MDN IFRAME page (hopefully works on most similar pages) by injecting the following JavaScript, which calls `scrollIntoView()` on each IFRAME element on...

Hey @ryo33 and @mattsse , any idea when this might be merged? I'm hoping it might fix `CdpError::Serde` errors like in the following (?): ```rs let handle = tokio::task::spawn(async move...