Tomasz

Results 69 issues of Tomasz

Hi there, first of all, thank You for creating this awesome library. It helped me a couple of times! Right now I need to parse a file that has 32...

I have a .NET 6 project, but I'm using `Program.cs` and 'Startup.cs' approach. There is a method to add InstantAPI using `services.AddInstantAPIs();`, but no way to configure it inside `Configure(IApplicationBuilder...

This small change allows passing IProgress that can be used for progress updates. This is still WIP so any comments are welcome. Solves https://github.com/Dasync/AsyncEnumerable/issues/37

Consider adding `IProgress` to `ParallelForEachAsync` I'm currently using [this method](https://gist.github.com/0xced/94f6c50d620e582e19913742dbd76eb6), but I'd like to switch to Your library. Will [this change](https://github.com/Misiu/AsyncEnumerable/commit/003336d731d3453301ed0ec98b5e19991af3e5b6) be ok?

Recently HA added loading state to graphs: https://github.com/home-assistant/frontend/pull/5448 I think it would be a good improvement to add similar functionality here. Now you see an empty card that will show...

enhancement
feature request
[Status] Maybe Later

I have hard time setting up this library. I'm using Wemos D1 mini and PlatformIO as IDE. My code is very simple (based on one of Your examples): ``` #include...

I have Slim 4 app that is deployed into a subfolder and called like so: `https://subdomain.example.com/api/foo` Inside my code I have this line: `$app->setBasePath("/api");` According to the docs `path` and...

This tiny PR adds the basic support for client certificate authentication.

## Context Sometimes you want to show the status of a switch or other entries in Lovelace UI. A simple use case can be a read-only view for a non-admin...

[There are a couple of opened issues and PR](https://github.com/home-assistant/home-assistant/labels/integration%3A%20generic_thermostat) about current and desired behavior of generic thermostat. Issue [#20154](https://github.com/home-assistant/home-assistant/issues/20154) started by @b4dpxl shows current and invalid bahiaviour. @MartinHjelmare [wrote ](https://github.com/home-assistant/home-assistant/pull/21588#issuecomment-470974405)...