Results 33 issues of Peter Morris

https://github.com/JoeyMckenzie/BlazorConduit/blob/master/source/BlazorConduit.Client/Pages/Article/Article.razor#L79 This is a standard .NET event. If you don't remove your subscription then the store will keep a reference to your component instance and it will never be garbage...

good first issue

How would you feel about migrating to C# 9 so we can use records to save space on models + reducers?

enhancement

I added the nuget package to both my client and server app. I then deleted al bin/obj files. I then published to Azure. When the app runs I just see...

*Note: This is my fault, but it was caused because drag-finished was being called even though drag-start had not been. I have enabled ngDraggable on a div, now a checkbox...

Please take a look at the solution to this StackOverflow issue, it is the one with the `Optional` struct. https://stackoverflow.com/questions/12522000/optionally-serialize-a-property-based-on-its-runtime-value This solution is not ideal because it uses reflection to...

1: Bind a TimePicker to a TimeOnly object. ``` Bound value = @Job.StartTime ``` 2: Run the app 3; Toggle AM/PM Expected: Bound value should alternate between 00:00 and 12:00...

Type: Bug 🐞

Removed duplication of text in JSON files.

I created a database named EFCoreTest and added the following user ``` db.createUser( { user: "x", pwd: passwordPrompt(), // or cleartext password roles: [ { role: "readWrite", db: "EFCoreTest" }...