Tomasz
Tomasz
Hi there, I'm trying to create mechanism that will read all unread mails from certain mailbox. In each cycle I'm getting 10 emails from that mailbox. ``` ItemView view =...
First of all thank You for creating this project, it fills perfectly the gap in material 2. I'd like to ask for restyling popover so it looks more like one...
I've created extension method that allow me to verify if token has expired. Code is available here: https://github.com/aspnet/Identity/issues/307#issuecomment-407731661 I'd like to ask for changing protection level of [StreamExtensions](https://github.com/aspnet/AspNetIdentity/blob/9c48993a446288032f9824633e6dae81257da06e/src/Microsoft.AspNet.Identity.Owin/DataProtectorTokenProvider.cs#L168) to public,...
Hi there, on desktop and tablets blocks with images and text look correct:  but on mobile, the second image is placed below the text:  Ideally when on mobile...
I have this config: ``` $("#demo0").TouchSpin({ min: 1200.22, max: null, step: 100, decimals: 2, boostat: 5, maxboostedstep: 10, postfix: '$', forcestepdivisibility: 'none' }); ``` initial value is set to `1200.22`,...
I have a use case where I need to clear (invalidate) all the keys, Right now I'm using below code: ``` var tags = _cache.GetAllTags().ToArray(); await _cache.InvalidateKeysByTagAsync(tags); ``` but I...
**Bug description** When we enable a container webhook we get a URL that we can use to recreate container using CURL. But when we do a manual recreate the URL...
I have a use case where I must query a dynamic database (columns might get added/removed by another system). I have a query generator that generates raw SQL queries. I'd...
### Checklist - [X] I have updated to the latest available Home Assistant version. - [X] I have cleared the cache of my browser. - [X] I have tried a...
I'm trying to contribute to https://github.com/esphome/dashboard and learn typescript and lit doing that. Right now I'm trying to add lit-analyzer package to repo and fix all errors is thows. One...