Ryan Michael

Results 26 issues of Ryan Michael

A similar problem existed in `rules_python` (https://github.com/bazelbuild/rules_python/issues/71) but it appears to be resolved. I would really like to use `rules_pip` but I need tensorflow.

One thing that might be interesting to add is the ability to migrate data on demand. I could imagine migrating massive databases taking a long time in some cases; it...

Checkboxes can now be given an identifier terminating in `[]` to denote that the value attribute should be used as an array key. For example, given the following form ```...

This allows the scala_proto_toolchain rule to configure the ScalaPB generator options. Some options (grpc) cannot be configured on a per-file basis, so this mechanism is necessary to use them.

Proto rules that specify `strip_import_prefix` or `import_prefix` may have a different import path than their workspace-relative path, and so may not be visible on compile. This includes the transitive proto...

I love the deps errors and buildozer command suggestions - I would love being able to apply all of them automatically even more. I'm imagining something similar to how gazelle...

Proto targets compiled with stripped prefixes are empty srcjars. Minimal build file ``` proto_library( name = "example_proto", srcs = ["example.proto"], strip_import_prefix = "/prefix", ) scala_proto_library( name = "example_scala_proto", deps =...

I have a clojure project that is about to include some EMR code. I already have a lein project, so it would be nice if I could just add a...

Idea is something along the lines of the code block shown below. Things to consider: 1. Support both "read-only sources" (things which always respond 200 and are used in defining...