Todd Skelton
Todd Skelton
Just to note. I am using a lot of the code from this library in my own project, but I'm sending only one message with an xml body. I was...
@bobiasg https://github.com/xKloc/EventSourcR/tree/master/src/EventSourcR.SqlServer.Reactive
My primary monitor is 100% scaling and my laptop is 250%. Need to be able to scale based on monitor it's currently on. I like to use my laptop for...
@john-preston How hard would adding 250-350% manual scaling in the settings be? That would make it usable on very high dpi displays when the main display is FHD.
The intent of sending a `POST` to the `/reservations` resource is to create a reservation resource--nothing more, nothing less. If the request is valid, `40x` isn't appropriate. `409` would be...
You are absolutely right. I wasn't speaking in absolutes, but just tackling the question from my perspective. There are different ways to look at everything. It's all about context. I...
Async injection
No problem, I'll probably write my own. I want to make sure I understand what's happening beneath the hood. Although, It looks pretty straightforward. Thanks for the tips.