Frank Elsinga
Frank Elsinga
@Jeremiah-Griffin I had a look at your repro. You are kind of sabotaging yourself via including the following **AFTER** you connected to the pool. ```rust pool.set_connect_options(connection_options); ``` There should be...
@pierre-wehbe You opened the PR 11h ago and and are already pinging? I think you might be having this issue in prod => You know you can [override the cargo...
I tried writing a testcase for this but failed to reproduce the results. Could you re-check your `sqlx-cli` version? 
What does your directory look like? Maybe there is a combination of additions/removals that I am missing. Could you try to also reproduce this in a fresh directory? (Thus ruling...
@abonander so that I can provide the correct fix as a PR. Should the behavior be: - create a down migration for all in the current directory - create down...
To make reproduction less time intensive: What input files are you using and what is the error you get?
Update: I reproduced this via the example file from https://docs.mapbox.com/help/glossary/mbtiles/ (have submitted feedback about this, no need to report this to them)  @nyurik In case of an unrecoverable permanent...
Let's not add this complexity for corrupted mbtiles files. For locked ones though, I think retrying like proposed in this PR would be reasonable/preferale - #1545 This is what is...
This is not from our code. No clue where it is coming from, but feel free to drop us a PR adding it. I think might be a nice metric
This is kind of niche/uncommon notification provider. If you/someone else would like to contribute such a provider, here is the Contribution guide: https://github.com/louislam/uptime-kuma/blob/master/CONTRIBUTING.md If you do decide to do this,...