Matt Painter
Matt Painter
Sure thing. Do you have a sample image for me to use? In the meantime, you should be able to add support by adding a section to the `Satellites.json` file...
Thanks! Sanchez uses regular expressions against filenames to determine which satellite configuration to use for each image. Is `FY-2x` a standard prefix? Or is it `FY-2[A-Z]`? (e.g., FY-2C, FY-2G, etc.)
We can use a regex to support both prefixes. Are the filename date formats and the image alignment the same for all? If so, all we require is more accurate...
Thanks Carl! Great idea. The command line parsing library I'm using _should_ be alphabetising already, by isn't doing a very good job of it. Will see if I can update...
Some context as to my use-case, if it's useful or relevant: When using a DI container, I find it useful in integration tests to have the ability to dynamically swap...
Oh, I just see that PR #6 appears to resolve this. Do you have plans to merge this or equivalent?
I'm in the same boat as @schmitch. I have read that sticky sessions are _not_ required when using Redis and if the only transport is WebSockets, but this appears to...
This is a similar question to [#9734](https://github.com/dotnet/aspnetcore/issues/9734), with the same state management page discussed, however this doesn't address that poster's concerns either. It's straightforward to persist _application_ state (view models...
Or is the message that SignalR terminations are unavoidable, and that the Blazor approach is for the developer to to maintain state as per [ASP.NET Core Blazor state management](https://docs.microsoft.com/en-us/aspnet/core/blazor/state-management?view=aspnetcore-3.1)?
This appears to be a fix for #52 - is there a chance of this pull request being considered? Or is MediaToolkit dead?