maganuk
maganuk
Hi, I have an express middleware that has some api routes. My middleware serves these pages if they match the glob. If it doesn't find a match it injects some...
I have a battery of tests which need to create a new Express app each. As expected without calling listen(PORT) I get an ephemeral port for every request. Is there...
Hi, We have bunch of certificates in our trust store and a user certificate needs to be validated against this trust store dynamically, which means that with every request we...
It would be great to see a Request/Response kind of a pattern using the bus. Something like what MassTransit does: [](https://masstransit-project.com/usage/requests.html)https://masstransit-project.com/usage/requests.html
Hi, One of my entities is using the Table per Hierarchy model as follows: [Table("Books")] public class Book { public int ID { get; set; } } public class Magazine...
An azure.iot.DpsSharedAccessPolicy wants to update the resource, even when no changes are made. Currently this is what i have. const iotHubDpsSharedAccessPolicy = new azure.iot.DpsSharedAccessPolicy( 'iotHubDpsSharedAccessPolicy', { name: 'AccessIotHubDPSSharedAccessPolicy', resourceGroupName: resourceGroupName.name,...
Thanks for the great library. Is there anyway I can use this with an application/json header?
I'm getting an Unsupported ValueKind - Array when trying to pass an array with System.Text.Json. Any way to fix this?
Hi, I'm having some trouble with using the inlinecount with a child navigation property using projections. Here are the classes: ``` public class Person { public int ID { get;...