Nick Kocharhook
Nick Kocharhook
Is this something that a newish Rust programmer would have a chance implementing? Is it just about using a random statement name each time when the `persistent` flag is set...
Is [this](https://github.com/launchbadge/sqlx/blob/c82bf43e98cb1c35bcce21d11f553c7c7559ab29/sqlx-mysql/src/connection/executor.rs#L111C20-L111C30) where the code is? Any pointers on what needs to change? I'm assuming it has something to do with [`get_or_prepare_statement`](https://github.com/launchbadge/sqlx/blob/c82bf43e98cb1c35bcce21d11f553c7c7559ab29/sqlx-mysql/src/connection/executor.rs#L72C14-L72C38)… If I can fork sqlx and make a...
It looks like this is the single issue being used for both iOS and Mac. Will the UI for this really be the same between the two? For example, one...
We're using a `WKWebView`, so it should be as easy as invoking the [web view's `find` method](https://developer.apple.com/documentation/webkit/wkwebview/3650493-find). I've downloaded the source, will give it a shot and see if I...
Sorry for the unsolicited tag, @djs55 and @avsm, but I was hoping to get some visibility on this. It's affecting lots of Docker Desktop users, who are sticking with 4.5...
Update on this: the `failureDetails` column now contains nothing for 40x failures. I'd still expect to get some idea of what sort of failure was encountered. Otherwise, what's the point...
Just ran into this and wanted to comment that I'd still love to see this.
Any chance that Sonoma has addressed this problem? I'm using Itsycal fine on macOS 14, however I don't seem to have any System Prefs-level Internet Accounts, so I guess I...
This would make using the provider feasible with recommended AWS network structures. It's great that so much work has been put into the PR! Is there still an unsupported requirement...
Thanks a ton to @wnagrodzki for explaining how to add this to the command palette. After adding the `git` global alias, you can also add a key binding this way:...