Brendan Linn

Results 9 comments of Brendan Linn

https://github.com/squareup/cash-socialite/pull/1470

I'd like to explain why I think this is an important feature request. At work, my team uses the [Jooq Gradle plugin]( https://github.com/etiennestuder/gradle-jooq-plugin) to bring up an ephemeral MySQL database...

I just ran into this too, and I think it's specifically a problem with the protobuf module. Other modules take care to instantiate their maven artifacts with different names to...

I just had the same problem. Comparing my DDL with the DDL above, I notice we both use the unqualified REFERENCES syntax: ```sql some_column REFERENCES some_table ``` instead of ```sql...

Coincidentally, I ran into this yesterday too, when trying to migrate a repo from rules_nodejs to rules_js. Both of the issues mentioned above (migrating to bzlmod and migrating to rules_js)...

Any update on this? I just went through a migration to turn this on explicitly on a project I recently joined. It required ~200 changes to type annotations. (And my...

I too have a bar chart with a logarithmic y-axis that lost all its bars when I upgraded Altair 5.3.0 -> 5.5.0. I agree with @mscolnick that this is a...

I've kept my eye on this bug for months, with my repository's rules_python version pinned at 0.32.2, hoping it would be resolved. With the recent release of bazel 8, it's...

I should also mention that I tried to patch rules_python 1.0.0, via bazel's [single_version_override](https://bazel.build/rules/lib/globals/module#single_version_override), to revert https://github.com/bazelbuild/rules_python/commit/68c30483f80a55870eb113e17ab21ff65d5b97ed, which has been identified as a culprit earlier in this discussion. The results...