Dan Mills
Dan Mills
I'd like to bump this, many external storage arrays require multipath to manage the paths for proper redundancy. The HPE csi-driver for instance has a hard requirement on multipath being...
Came back to check on the status of this and it looks like it's been solved by [#4058](https://github.com/pulumi/pulumi-hugo/pull/4058)
Should probably also just set `"reportShadowedImports": "none"` by default too as it seems to be something everyone sets because `code.py` conflicts with Python's `code` library
Yes it should @joedevivo
It's always struck me as a bad chicken/egg problem that poetry is the only cache type that requires the environment manager to be installed before it can be used. Even...
@silverwind You can tell poetry to use a specific version of python prior to running install `poetry env use ` then run `poetry install` https://python-poetry.org/docs/managing-environments#switching-between-environments
Ultimately we're considering just using actions/cache directly to cache poetry rather than setup-python's built in support
@Bargs are you running in a codespace or just a devcontainer like in VSCode. I know I ran into the same issue because the `/dev/net/tun` device isn't mounted. I added...
Actually @Bargs I just checked and the example in the README.md also works in vscode you have to make sure you add `"runArgs": ["--device=/dev/net/tun"]` to your devcontainer.json
Why would you want to do that? Static IPs should not come from your dynamic IP pool.