Marcin Smółka
Marcin Smółka
Using `IOptions` causes configuration read once at startup. Using `IOptionsSnapshot` cause configuration read every DI resolve Using `IOptionsMonitor` allow change configuration dynamically without restart application.
I'm using Touch Lux 3 with latest firmware
related #3029 other recommendation Recommendation: math.div($spacer, 2) or calc($spacer / 2)
As a side note: If I read headers, it also works. So only case is where nothing else after response is read.
A bit further with mocking logger: ```c# using Microsoft.Extensions.Logging; public abstract class MockLogger : ILogger { void ILogger.Log(LogLevel logLevel, EventId eventId, TState state, Exception? exception, Func formatter) { var unboxed...
> It's static because is service cache. if it was an instance cache and you register the service as transient, it will be initialized every time to try to use...
it works, just not updating interface. fire $('.i-checks').icheck("updated");
Hi, you can listen for info log: 
I've applied this patch and hash is wrongly working now in Firefox. Especially when app is virtual directory so it contains double hashes: /root/#root/#sub
Thank you for explanation. About default value I meant vroom-express. I can see only it can be set via options. But I cannot see to have it setup globally. So...