George Kinsman

Results 12 issues of George Kinsman

Hi there! Just started using this extension and loving it so far. It would be amazing if there was an option in the config for each pattern to keep that...

### Suggested new feature or improvement I already have a lot of repositories on my machine, but this tool wants to re-clone them given a URL. I want to be...

Issue-Feature
Needs-Triage
Area-Repo Management

The `row-full` class works by setting the width of the element to `width: 100vw`. Unfortunately `vw` doesn't take vertical scroll bars into account, which means that if the page needs...

Hi, Is it possible to define a mask with optional characters? I can't find any information in the demo's or the homepage about this. Such a mask would perhaps look...

Hi, I've run into an issue that appears to be new with Autofac 4. When Nancy calls `GetAllModules` at startup to register each module's routes, it fails in the getter...

The goal of this issue is to be able to handle non-JustSaying event payloads. **Possible implementations** 1. Add a implementation of `IMessageSerializer` that supports cloud events and deserializes into a...

The docs site is a bit out of date for middleware with the recent changes. Also, we haven't documented usage of `IMessageContextAccessor` which we should, as its the way to...

Currently JustSaying is tightly coupled to the JustSaying wire format. This is problematic as the wider business begins to adopt alternative formats, such as cloud events. In addition, there is...

Hi there! I'm kicking the tyres on `CreateBootstrapLogger` so that we can pull our log sink config from a secure store. To support parallel test running we don't use a...

Hi there! Lately I've been thinking about IDiagnosticContext (further from [a question](https://gitter.im/serilog/serilog?at=6093c22e2cc8c84d8512ddea) I raised on gitter), and how it might be possible to make use of it outside the context...