Alchemy Consulting
Alchemy Consulting
Same with ubuntu focal (20.04). Is there a workaround to allow us to specify python3-pip? Otherwise a lot of this module is unuseable on these (very popular) platforms.
Looking into this a bit, it's because python::install manifest defaults to installing 'python-pip' package by default, unless some other specific condition exists. One of those conditions is if python::version is...
I tried this, as well as **, no luck.
New version works initially and then breaks for me connecting to ec2 instances. vscode 1.30.2 and remote-workspace 0.40 works ok (ish).
See #103
There is now an 'official' remote plugin from microsoft, that works much, much better than this one. https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack Thanks to the author of this plugin for the stop-gap solution.
This is a great extension but has numerous bugs, sftp experience is sketchy and it's not being actively improved. Is there an active fork that is being maintained and improved?
This is a major limitation in this extension - if for any reason the connection drops you lose all unsaved work, and have to close and reopen all files/workspace. @mkloubert...
Yup I get this complaint from pretty much everyone I share an album with. Would be great to get a fix or workaround for this :)
I can get a working manifest by setting up the repo manually (I'm using Percona), and then using: ```puppet class { "redis": bind => '0.0.0.0', port => 6379, maxmemory =>...