Luiz Ferraz
Luiz Ferraz
I have a suggestion for this. We define a field `aliases` as a list of strings such that: - An alias must not be equal to any existing column name...
It is _the_ feature that prevents us from migrating to SchemaHero at the moment
To give credit where credit is due, this is how renaming is done within Avro's for a backward-compatible schema evolution
Oh, don't worry. I just downloaded the pre-built binary from the release, I wasn't looking for anything unreleased
@arikgrahl you can use `patchelf` to make pre-built binaries work with NixOS There are multiple examples on Nikpkgs itself. Not the most convenient, but once you do it once it...
> To be honest, I don't understand your argument why pre-built binaries should be preferred regarding reporting. From my experience, due to how easy it is to install Go binaries...
Github posted: https://twitter.com/github/status/1489284307986305033?s=20&t=dznP0i6PgD-kWvKgY4AXvQ
Took me a long while to get some time to contribute to OSS again. I'll send a PR fixing this in a moment
Sure, they all passed locally on 1.17 🙃, I forgot to try on the previous versions
I fixed the compatibility problems (the `%w` formatting), but there is a bigger problem here. `errors.As` extract the value in the error chain with the target type and assign it...