Michael Keller

Results 5 comments of Michael Keller

@Shingaz: ``` [deckgrid] { overflow: hidden; &:before { font-size: 0; visibility: hidden; content: '1 .example__item-column--1'; @include dao-mq-min(500px) { content: '2 .example__item-column--2'; } @include dao-mq-min($bp-s-max) { content: '3 .example__item-column--3'; } @include...

same issue - are we doing something wrong or is this really still the case? seems like the most basic thing...

@aloneguid Should I be able to add your code from above right below the serilog initialization? like this? ` public static int Main(string[] args) { Log.Logger = new LoggerConfiguration() .ReadFrom.Configuration(Configuration)...

Hi @grm I have the same issue. Had to remove the integration and readd it (because it didn't work anymore). And now I cannot add the integration. Same error "Config...

Yes, I have the same issue (see #1777 )