George
George
Love this, I stumbled across this pattern, made a quick [blog post](https://george.macro.re/posts/generic-errors-as/) about it. Then, of course, that is when I find all the proposals 😂. I think you can...
@riberr The `DFS` visit function takes `K` (the generic type for the hash, as opposed to the contained vertex type). So you would need to do the following to start...
> @GeorgeMac i setup a nightly workflow that I cant run until this is merged, to test the publishing > > I also was trying to figure out how to...
I will close this for now. We can revisit in v2 if we decide this is valuable (might even be a primary operating mode for v2).
For reference, dependabot has been trying to update to the latest version in our repo here https://github.com/flipt-io/flipt/pull/2483 It is failing because a bunch of our integration tests try and boot...
Nice one @kenshaw ! No worries, thank you for the speedy resolution!
Just to close the loop on this: https://github.com/flipt-io/flipt/pull/2533 I ended up overriding `dburl.Stat` as `dburl.ResolveSchemeType = false` led to all the cases above producing an unknown extension error. In my...
Totally, the examples above are the only extensions and file type (sqlite3) that we depend upon. Each of those cases in the issue description up top produces extension unknown errors...
We do use postgres yes, and mysql and cockroach. We just have historically communicated the explicit `postgres://` scheme for use with this driver. We haven't communicated that `file` can be...