Results 29 comments of Elijah Gagne

I found that I could close it by right-clicking it in the system tray ![image](https://user-images.githubusercontent.com/2213005/38038250-8c75eee8-3278-11e8-8abc-278631b5addc.png)

If Extraterm gets this feature, I think it would be huge for SysAdmin/Ops-type people. It's the killer feature that only ConEmu seems to currently have on Windows right now. I...

The scripts define functions. So when you run them, they create the function and then exit. What you want to do is ["dot source"](https://mcpmag.com/articles/2017/02/02/exploring-dot-sourcing-in-powershell.aspx) the script, which will load the...

I'm hitting this issue as well. So it seems I'll need to spin up a Linux VM to build the image, export, and then import it to my Mac if...

I got it to work by spinning up a Linux VM to build the image, export it, and then import it to my Mac.

I have done a lot of work on this because we primarily use iApps. It might take me a little bit to clean up what I have, but I'd be...

I think have something worth sharing at https://github.com/elijahgagne/POSH-LTM-Rest/tree/issue116 implementing Get/New/Remove-Application. I wasn't sure what to do for Set-Application. In general I don't think you make changes to an iApp. You...

Sorry for the delay, I was expecting that Github would email me when there was an update. I do agree that rootURL/baseURL is a little confusing so I'm certainly open...

Going with DeviceURL works for me. I just made that change and pushed it. If you're open to it, I submitted a pull request to add in Get/New/Remove-Application. I'm happy...

OK. I'll delete my PR for now. I'd be happy to work on iApp functions once a structure is decided on.