Brandon Olin

Results 116 comments of Brandon Olin

@ShrykeWindgrace Sorry for not responding earlier. It looks like there are potential variations on whether pwsh includes a `Mode` or `UnixMode` property on Linux. I'm testing with WSL2 and pwsh...

@timerplayer Don't mind at all :)

@David-Kyrat This has been added in https://github.com/devblackops/Terminal-Icons/commit/1bb73caaef1a268c63ac7b5b26618943b892d3a3

@JK-Flip-Flop96 There is no particular rationale for not being able to set a default color for files/folders in the theme. It's just not something I needed for myself. If you...

@aelij That's awesome! Is it possible to switch between a glyph-based and an emoji-based themes? I'd like to see how you've implemented it. Would you be able to share your...

There is probably a bug in the code below that attempts to ping the IP(s) prior to creating the VM. https://github.com/devblackops/POSHOrigin_vSphere/blob/master/POSHOrigin_vSphere/DSCResources/POSHOrigin_vSphere_VM/Helpers/_CreateVM.ps1#L94-L114 I'll try to reproduce the issue. Thanks for finding...

Well, the bug with verifying the IP(s) before VM creation was easily fixed. The branch [resource-pool](https://github.com/devblackops/POSHOrigin_vSphere/tree/resource-pool) has the fix (and also supports deploying VMs to resource pools, VM hosts, and...

Sorry @StevePB61. I haven't done any work on this. How much of an issue is this for you?

Yes! Please do @trir262

Hi @dregier. I believe we can probably expose a `-TimeoutSec` parameter which can then be applied to `Invoke-RestMethod`. This way you can set your timeout value.