Oliver Mannion

Results 232 comments of Oliver Mannion

This can happen when your project's classpath doesn't contain the kotlin-script-runtime jar. In my case, my project's _pom.xml_ was incorrect and it didn't resolve and so the jar was missing...

NB: A [multi-root workspace](https://code.visualstudio.com/docs/editor/multi-root-workspaces) which adds _.teamcity_ as a separate root does get around this, but is a little inconvenient and non-obvious for newcomers.

Thanks @k-takata ! I had to delete the tag both remotely and locally: ``` git push origin :refs/tags/refs/heads/master git tag -d refs/heads/master ```

I would also love to see this incorporated into aws-vault itself. I've been using something similar: ``` aws_vault_export() { aws-vault exec "$1" -- env | grep AWS | egrep -v...

Thanks @irgeek I like your solution and will give it a go. Still hoping this can be addressed within aws-vault itself. 🤞

After looking into `aws-vault exec -j` further it looks like it doesn't provide the AWS region. Whereas `aws-vault exec -- env` will set `AWS_DEFAULT_REGION` and `AWS_REGION`. I have different profiles...

A restart and adding a new access key solved this for me.

Would something like https://vaex.readthedocs.io/en/latest/index.html be a possible solution here?