Jack

Results 37 comments of Jack

Can `pwsh.exe` get support for this or get pwshw.exe as suggested above? With this pwsh exe being new it seems like a great time to change the behaviour of `-windowstyle...

There's hasn't been a decision to make pwsh**w**.exe and backport powershell**w**.exe which seems like the only reasonable choice after the [console teams feedback ](https://github.com/PowerShell/PowerShell/issues/3028#issuecomment-418106321) above. This wouldn't be that unusual...

In my opinion it would be better to explain what choices the editor is making by showing variables because I learned a lot experimenting in the tutorial by making a...

This pitfall could be better documented as I suppose it's kind of obvious once you already know it. However my pattern `./*.md` doesn't work. I have to lose the current...

If users have scripts that require modules at X version, And update module replaces the available version then some script written long ago might break. Maybe there should be a...

Would it be possible to simply keep the results view live updated with the query as it's written as the syntax validates?

> My best guess is that it's adding the record to the correct zone, but then reading data from the child zone rather than the parent when it goes to...

> **Workaround** > > 1. Add a stub.two.three.zone.com entry manually > 2. Run terrform apply > 3. Remove stub Does that behave upon multiple re-apply runs after? That's what I...

ubuntu 18.04 with node from `RUN apt-get -y install postgresql postgresql-contrib nodejs npm` gets the ancient node 8. Add the ppa for node 16 to cover if it's some ecosystem...

You'll need to handle self-signed certificates too.