Jaigene Kang

Results 7 issues of Jaigene Kang

When I visit `/hub` on an intended dashboard I simply get a "no config" error. The roles being assigned in `/about` are **Anonymous, InternalRequest** `securitysettings.config` looks like: ``` xml ```...

documentation

I'm looking to use `dotnet new` to help template both old VS solutions and new dotnet type projects. See also: [VS Solution File](https://docs.microsoft.com/en-us/visualstudio/extensibility/internals/solution-dot-sln-file?view=vs-2017) When manipulating an `.sln` for inclusion of...

##### SUMMARY module `win_disk_facts` throws an error when multiple physical disks exists for a given `DeviceID` Specifically, [line 73](https://github.com/ansible-collections/community.windows/blob/main/plugins/modules/win_disk_facts.ps1#L73) calling ` $vdisk = Get-VirtualDisk -PhysicalDisk $pdisk -ErrorAction SilentlyContinue` wherein `$pdisk`...

**Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** `Receive-Job` uses [WriteStream](https://github.com/proxb/PoshRSJob/blob/59c0293fd1cea5ab972cdc645adaf1536f67539a/PoshRSJob/Private/WriteStream.ps1) writes streams (warning, error, etc) directly tot he `$host`. Redirect...

question

### What component of Red (cog, command, API) would you like to see improvements on? Red ### Describe the enhancement you're suggesting. Intermittently one gets the message "Connection to Lavalink...

Type: Enhancement
Status: Needs Triage

Is it possible to support dot sourcing to pull Intellisense across files? e.g. ``` \ \a.ps1 \b.ps1 ``` ``` powershell # a.ps1 function Get-Foo($baz) { write-host $baz } # b.ps1...

Issue-Enhancement
Area-IntelliSense

### Background Many people use Sunshine with various scripts plugged into the `onfig.do_cmd` / `onfig.undo_cmd`, and wrapping the executable itself in a `.ps1` script (e.g. [MonitorSwapAutomation](https://github.com/Nonary/MonitorSwapAutomation)). ### Feature Request I...