Jason Pickens
Jason Pickens
It would be nice if it was also able to find assets used when creating DevTools such as: ``` chrome.devtools.panels.create("Font Picker", "FontPicker.png", "Panel.html", function(panel) { ... }); ``` and ```...
I'm trying to use https://github.com/ksonnet/ksonnet which has a very large `k8s.libsonnet` file. This thing is a beast, around 30,000 LOC, and I don't seem to get any syntax highlighting or...
I tried running: ```bash ✗ ./sjsonnet.jar -i error: Need to pass in a jsonnet file to evaluate Sjsonnet 0.1.6 usage: sjsonnet [sjsonnet-options] script-file -i, --interactive Run Mill in interactive mode,...
I am attempting to upgrade from 2.0.4 to 2.3.1 and I am having some difficulties. I have added the latest spring-data-commons (Ingalls) and spring-data-ldap (1.0.0). It all seems to compile...
I would expect there to be a `package-lock.json` in the repository. Why isn't there one?
So that the orb doesn't have to be updated every time the terraform parameters change, it would be good if it were possible to provide arbitrary arguments to terraform. This...
It would be nice to have support for the `lock-timeout` option. I have two workflows `continuous_integration` (which does a `plan`) and `continuous_deployment` (does an `apply`). The CI workflow runs on...
Terraform will only load `terraform.tfvars` or `*.auto.tfvars` from the current working directory (see https://github.com/hashicorp/terraform/issues/16197). There needs to be a parameter to specify the working directory to workaround this "expected behaviour".
`sbt-release` has the `setNextVersion` release step which is where we loosly decide what the next version should be. For example, releasing `1.0.0` will set the next version to `1.0.1-SNAPSHOT`. `version`...
Being a lazy Googler I search for "Scala spec" instead of "Scala specification" or "Scala language specification". This only returns the archived 2.11 spec from https://scala-lang.org/files/archive/spec/2.11/. Searching for "Scala specification"...