Results 44 comments of Jack Blower

I'd like to add my twopenn'orth here, ash for alpine support would be great, another one to add to this list is that `source` is supported in `ash`, but not...

I've got a very similar issue currently regarding Azure DevOps builds which don't run as a root user. The module location has _moved_ from `/usr/local/share/powershell/Modules` to `/root/.local/share/powershell/Modules` in a recent...

> @ElvenSpellmaker , do you know base image of non-working environment? Could you help check version of Linux distro? We are not familiar to vsts_azpcontainer. Please share us how you...

@nohwnd That seems like a bad workaround, it's much cleaner to only have a single parameter per line and either all on newlines or none. A proper fix would be...

> Going a step further from [abij](https://github.com/abij): > > > My "fix" inspired by [maccuaa](https://github.com/ejwa/gitinspector/issues/216#issuecomment-742532294) and [thiagodp](https://github.com/ejwa/gitinspector/issues/216#issuecomment-830678230) > > Here's something for Windows 10 using %USERPROFILE% for **global install** of...

The problem seems to be nokogiri related based on this puppet run output: ``` Error: Could not update: Execution of '/usr/local/rvm/bin/rvm ruby-2.0.0-p598 do gem install -v 0.7.1 --no-rdoc --no-ri azure'...

Related is the error I get when I try to install on Ruby 1.9.3: ``` [root@server jblower]# rvm use 1.9.3 do gem install azure -v 0.7.1 Fetching: public_suffix-2.0.5.gem (100%) ERROR:...

The last version of Nokogiri to support 1.9.3 was [1.6.8.1](https://rubygems.org/gems/nokogiri/versions/1.6.8.1) it seems. That still doesn't solve the `public_suffix` which seems to always need 2.0 (but the gem used to work...

The bug seems to start when a mintty window closes without cleaning up after itself. (This sometimes happens after sshing into a machine and then exiting and trying to close...

Perhaps it's related to that issue... It seems that for whatever reason the bash process dies, but mintty doesn't kill the conhost (although not sure that's the problem now based...