brikken

Results 3 issues of brikken

Quoting [Elmish](https://elmish.github.io/elmish/subscriptions.html) > Sometimes we have a source of events that doesn't depend on the current state of the model, like a timer. A push message through a SignalR-connection could...

enhancement

If you - like me - was lagging behind with just 3.1.0, you get a hard-to-understand build error. Upgrading to latest Visual Studio or .NET Core SDK solves the problem.

bug

The constructor for a new template group, created from an .stg file, only works when a full path is supplied. A call like: `var stg = new TemplateGroupFile("Template.stg");` gives a...