Aleksandr Razumov

Results 142 comments of Aleksandr Razumov

I think that it is not related to skip-dirs and just another version of #885 Currently we are working on a proper fix, but workaround is described in #885: you...

Thank you for input, you are right. Probably it is because some linters require types info to begin analysis, and skip-dirs does not exclude packages from parsing and analysis, just...

Please use clickhouse-go for this.

> but it does the job and it does it very well. Agree, but there are some points: - Driver-specific features (e.g. JSON from postgres) - Build time overhead (sqlite...

> What API people expect from ent for testing, etc. What about fully in-memory generated storage driver for ent?

I propose to support `Field` type embedding of `ent.Schema` or something similar to, so it can be generated.

I've made another attempt to support riscv64, but it requires medium size non-trivial refactoring: https://github.com/GoogleContainerTools/distroless/pull/1270 I think it will never be merged, but it was interesting exercise and I've became...

I think that we can make it opt-in, no breaking changes are needed. Disabling all defaults is pretty annoying, seems like we can be more granular in such things, like...

As per great [comment](https://github.com/kubernetes-sigs/controller-runtime/issues/501#issuecomment-589796298), you can enable it back via `exclude-use-default`: ```yaml issues: exclude-use-default: false exclude: # errcheck: Almost all programs ignore errors on these functions and in most cases...

> Though it's easy to copy-paste everywhere, I think re-enabling a single default exclusion may be more effective. You are right, but we can't enable this now because this will...