Eugene Bekker

Results 22 issues of Eugene Bekker

After adding two records to a `StorageSet`, during setup of the `BrowserServiceProvider`, and calling `AddBlazorDB`, getting an `IndexOutOfRangeException`: Here's the full stack trace: ``` MonoPlatform.ts:70 Uncaught (in promise) Error: System.IndexOutOfRangeException:...

bug

JSON input that starts with a root array is unparsable. For example, start with input such as the JSON sample from [here](https://www.terraform.io/docs/providers/aws/r/ecs_task_definition.html) (the content of `task-definitions/service.json`). You get the following...

The new cert revocation support contributed by @Marcus-L in #301 still needs supporting unit tests and also to be exposed in the POSH library.

I'm posting this ticket on behalf of [`icannotgetafreename`](https://www.youtube.com/user/icannotgetafreename) from his [YouTube comments](https://www.youtube.com/watch?v=SVUY7ygbGm8&lc=z134sbty2wupe5jfu22csx04bsmyutnh404.1456174320725666) section: --- I'm trying to make a video for the newer version of AcmeSharp but I get the...

The `manual` Challenge Handler provider type outputs its computed results in a human-friendly format. However, in order to make it useful for integrating into scripts, it would be more useful...

A master ticket to discuss, design and consolidate improved error-handling in the core library as well as PowerShell module. Some related tickets: * #267 * #186 * #251 * #203

A few Windows-specific products that could benefits from installers: * Windows Cert Store * IIS * RDP ([here](http://serverfault.com/questions/444286/configure-custom-ssl-certificate-for-rdp-on-windows-server-2012-in-remote-admini) and [here](https://nubisnovem.com/how-to-protect-windows-server-remote-desktop-service-with-valid-ssl-certificate/)) * RDGateway ([here](https://social.technet.microsoft.com/Forums/en-US/2c5d2fdc-1fb2-4014-aed0-a1c1f1e57624/set-rd-gateway-certicate-in-powershell?forum=winserverTS)) * MSSQL (bottom of [here](https://blogs.msdn.microsoft.com/sqlserverfaq/2016/09/26/creating-and-registering-ssl-certificates/))

It would be nice to be able to move a vault and various entities within from one host to another. For example, the Registrations, Identifiers and their Authorizations and Certificates...

Using the technique described [here](https://blogs.aws.amazon.com/net/post/Tx1TDKPBYTEGQIV/Argument-Completion-Support-in-AWS-Tools-for-Windows-PowerShell) we might be able to provide support for parameter arguments with suggested values but that are no strictly enforced like ValidateSet or strict enum types.

Microsoft is working on a new [REST-Based API for IIS](https://github.com/Microsoft/IIS.Administration), which was [initially inspired](http://pca.st/y94n) to support remote IIS configuration on Nano, but it will also work on any Windows edition....