kuza55
kuza55
I've been using this to provision an server and the "Install Android SDKs for applicable releases" step is really slow, even when all of the sdk bits have already been...
Its often pretty useful to see what the type of an inferred variable or expression is, particularly when reading someone else's code. It would be nice if RustDT could show...
This is probably a known issue, but this keylogger doesn't capture passwords, probably due to EnableSecureEventInput This seems unavoidable with this approach, but would be nice if it was mentioned...
Hey, I saw you tease a release of your own TensorFlow debugger, I was wondering if that's still something to expect soon?
### Requirements I would like a way to edit these flags with a web UI rather than editing a file. A locally runnable UI that can write to local storage/s3...
**Is your feature request related to a problem? Please describe.** Docker has a lot of different flags, most of which are not officially supported via pants, I'd like to be...
**Describe the bug** The go backend seems to not have any caching of import information, i.e. no concept of lockfiles, and additionally seems to need to figure out the imports...
**Describe the bug** I'm trying out the terraform backend, so I setup: I setup a BUILD file in my terraform folder ``` terraform_module(name="root") terraform_deployment(name="prod", root_module=":root") ``` Then attempted to run...
**Describe the bug** Setting the repository flag on a docker_image target does not seem to override the default defined in pants.toml: ``` docker_image( name="base", image_tags=["0.1-{pants.hash}"], registries=[ "@gcp", ], repository =...
**Describe the bug** I am trying to use the new buildx features from source. I have a multi-stage build with a docker_image target that builds on top of a base...