Michael Keller

Results 20 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 )

@broomeydj did you figure out how to react only on Person-events in ifttt? I haven't seen anything like that there... just "motion" as an event which does not really help...

Hi I might be able to help. But - I'd need an API to do this... does this already exist? Cheers Michael

but the https://send2.cgeo.org/add.html?cache= works as an api. We would need something like: https://send2.cgeo.org/list.json which would list all caches currently in the list. And then maybe a https://send2.cgeo.org/clear.json to clear the...

> some conflicts to address if it helps - I rebased and fixed some issues => https://github.com/chaelli/kernel-memory/tree/100-streaming-askAsync-response not sure how to handle this. PR into @JonathanVelkeneers' branch? Or create a...