Casey

Results 10 issues of Casey

Add https://github.com/bazel-contrib/rules_jvm

# 🚀 feature request ### Relevant Rules Existing rules: * `pip_install` * `pip_parse` ### Description RE: https://github.com/bazelbuild/rules_python/issues/74, but only covers customizing the index urls. We'd like to see support for...

Can Close?

# 🐞 bug report ### Affected Rule compile_pip_requirements ### Is this a regression? No ### Description Using `compile_pip_requirements` without any of the other rules results in an error: ``` %...

type: bug

## What is the goal of this PR? In a monorepo with many python packages, where each is individually published, the libraries might be a directory or two lower in...

## What is the goal of this PR? Produce pip distributions that aren't available to python 2 users (or any arbitrary python version) ## What are the changes implemented in...

Is there a way to set the version number of the published jar on the command line? If I use an environment variable in the maven_coordinates, it almost works, but...

https://github.com/jefflau/jest-fetch-mock/pull/72#issuecomment-395898878

For the most part, resolving dependencies by packages works pretty well and the cases where it does not aren't hard to workaround, however, there's one use case I found where...

Fixes https://github.com/jenkinsci/google-compute-engine-plugin/issues/338 Adds a new option to the instance configuration that enables waiting to launch the agent until `google-startup-scripts` has finished running. Agent log - launcher checks startup status and...

### What feature do you want to see added? Currently, you can specify a custom startup script. This startup script may still be running when the agent starts and begins...

enhancement