Daniel Hilgarth
Daniel Hilgarth
1. When I use `cinst PoshCode` the installation is successful according to choco but I can't load the modules 2. Using `iwr http://PoshCode.org/i -OutF PC.ps1; .\PC; rm .\PC.ps1` results in...
### What happened? Right now, the `policyArns` property of `RoleWithPolicyArgs` is a simple string: https://github.com/pulumi/pulumi-awsx/blob/master/sdk/nodejs/types/input.ts#L309 This forces us to create the service within `apply`, if we want to use a...
Currently, there is no typescript definition for this excellent library which makes it a bit cumbersome to use in Typescript. Feature request: Add typescript definitions
In my StackNetwork.ts, I have this code: ``` interface Options { stackName: string; config: NetworkConfig; } export { Options as StackNetworkOptions }; ``` In my StackService.ts, I have this code:...
In Step 6, sub-point 6 it manually resizes and moves the controls. That's not clean. The Anchor property of the controls should be used here instead. --- #### Document Details...
For cases where it differs from the username, which is the case in my environment. Falls back to username if not specified
Added OAuth authentication via Client Credentials. I've also updated the documentation regarding username and password, because from my tests, the normal account password doesn't work.
Add the ability to get a deployment environment by its name
While investigating #86, I copied the exact command that Backrest runs and ran it myself from the command line. The summary line prints that 197 seconds elapsed. That's 3:17. However,...
## Is your feature request related to a problem? I want to setup the system with all admin accounts in place. I can do this for Traefik and Portainer, but...