Nate Hitze
Nate Hitze
@OlegRa Is this something that's still needed? The link to the python tutorial in original issue is dead. I took a look at the python repo and I don't see...
@OlegRa Do you have any areas in mind to focus on for these examples?
@OlegRa Is there more you want for this issue?
What about something like this?  The news section would rotate between the 3-5 most recent blog post titles. Probably could also pull in tweets to the rotation as well....
How about something like this? 
Is this still needed? I looked at DefaultEventQueue and I couldn't see any attempt counters.
.NET 6 may drop support for System.Drawing.Common on non-Windows platforms: https://github.com/dotnet/designs/pull/234 To keep the conversation moving on the original topic, here's my 2c. 1. Structuring of library: Separate packages by...
What about something like this?  The news section would rotate between the 3-5 most recent blog post titles. Probably could also pull in tweets to the rotation as well....
How about something like this? 
Pulling configuration from DI allows us to use core's configuration system. For instance in dev I use `appsettings.json` and in production our configuration is stored in environment variables. See #87