Paul Knopf

Results 45 issues of 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:...

is:Feature Request
pri:Normal
is:Feedback Requested

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...

![image](https://i.imgur.com/KYyeJH7g.jpg)

topical medication

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: ```...

enhancement
PR Welcome!

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...

question