Nathan Garside

Results 3 issues of Nathan Garside

## What does the pull request do? Adds new properties to `WindowStartupLocation` to allow opening windows in the corner of the screen. This also utilises `Window.Margin` to give a margin...

api
api-suggestion

Pretty much every project I've used `Spectre.Console` in has ended up with extension methods for writing `IRenderable`s in a more fluent style, i.e.: ```csharp // Current var figlet = new...

feature
needs triage

I'm using CFSSL inside a docker container to sign leaf certificates. The container is configured with a CA, and provides a web API which uses CFSSL to sign CSRs. The...