Paul Knopf
Paul Knopf
I need to have some state shared across all users/sessions. I've registered my model: ```c# services.AddSingleton(context => { return context.GetRequiredService().Observable(() => new CustomState()); }); ``` This is in my blazor...
The sample code from here: https://jspuij.github.io/Cortex.Net.Docs/pages/threading.html Throws: ``` Fody: An unhandled exception occurred: Exception: Member 'System.String k__BackingField' is declared in another module and needs to be imported Type: System.ArgumentException StackTrace:...
I am in the video encoding industry and I use a Raspberry Pi as a make-shift video test signal. I usually like to use pre-encoded test videos, and just loop...
My system is currently setup to use [Darch](https://godarch.com/). I have a Travis-CI repo setup that builds and deploys fresh operating system images for me to boot. To cut down on...
I'm trying to create some utility classes for use in my markdown. Give this: ``` :::section-columns :::section-column column 1 ::: :::section-column column 2 ::: ::: ``` I get this: ```...
Let me say this. This project works great for my needs. I use it in production, and will likely use it for more projects going forward. There are many people...