Jeff Thompson

Results 8 comments of Jeff Thompson

> I know this issue is extremely old. I had the same issue. You can step around it by executing `pyenv uninstall -f nonexistent` instead and it will remove the...

Ohh, I've found if you use the full venv name with `virtualenv-delete` it works: ``` $ pyenv virtualenv-delete --force 3.9.12/envs/foo ``` Doesn't matter if it doesn't exist either, it's always...

Appears to just be a [copy and paste](https://docs.aws.amazon.com/Route53/latest/APIReference/API_CreateHostedZone.html) from the API docs that does support it. :disappointed:

What is the intention of `projen test`? I feel like I'm constantly fighting against this behavior. Are we supposed to run `yarn test` in CI, then manually fail _if_ git...

@Chriscbr I think that proposal sounds reasonable, as long as `mutableBuildTask` is `false` by default :wink:. My only other comment is that `mutableBuildWorkflow` isn't clear that it relates to GitHub....

With the recent change from @rajyan (:bow:), our updated workaround now looks like this (`.projenrc.js`): ```typescript ... const { UpdateSnapshot } = require('projen/lib/javascript'); ... const project = new awscdk.AwsCdkTypeScriptApp({ ......

We were just affected by an [issue](https://github.com/kubernetes/autoscaler/issues/4739) with cluster autoscaler that doesn't appear to be backported to old `1.21`. Feeling like second class citizens because we chose to do IaC/best...

Another way to reproduce this is: ``` KUBECONFIG='' k9s ``` Not only does this issue prevent you from selecting a context, but is also the cause of another long standing...