Will Harris

Results 3 comments of Will Harris

Looks like you use `charm` client CLI. ```sh brew install charm ``` on Mac

Should probably be in the instructions or be built in

Here's a solution to the problem that doesn't use `copy_to_directory`. It's similar to @guillaumep's solution, but uses the `imports` attribute of `py_library`. ```bazel openapi_generator( name = "my_client", additional_properties = {...