Ireneusz Patalas
Ireneusz Patalas
**Describe the bug** When trying to start a docker container with only Linak desk configured I'm getting error and the container fails to start. **To Reproduce** Steps to reproduce the...
Split from #16 The following configuration does not work: ```TS export abstract class BaseComponent implements ng.IComponentOptions { constructor(public controller: ng.Injectable) { } public template: string = require("./template.html"); } export class...
Hey! There is a slight inconsistency between different serilog console logging methods when it comes to support for NO_COLOR env variable. See https://no-color.org/ for the reasoning. Also there has been...