tristan
tristan
my class extends `BaseModel` but i'd like it to implement `NSCopying` so I'm also now importing `AutoCoding`. because `BaseModel` has an `uncodableProperties` class method, `AutoCoding` is spitting out a whole...
so perhaps i'm not properly nullifying my shared instances... i'm doing so by calling `setSharedInstance:nil` on a class. is this correct? my issue here is after doing the above, `hasSharedInstance`...
if not a big deal could you tag the releases in GH going forward? i was using 1.1.1 and noticed a 2.x on nuget and had to go through commits...
same as https://github.com/AuthorizeNet/sdk-dotnet/pull/275/files but fresh
As you can guess by the title, wondering if there are plans or thoughts on an approach for signing requests to the idp? sorry for duping https://github.com/jitbit/AspNetSaml/issues/4 but that one...
`shallowSchemas` seems to be exactly what I needed in that when viewing the Response Schema of a particular endpoint, i want to defer "learning" about the properties of an object...
given the below simplified class: ```c# [Table ("TableName")] public class ClassName { [ExplicitKey] public Guid PKId { get; set; } public string Id { get; set; } } ``` dapper...
So, I have TPKeyboardAvoidingScrollviews in a couple nibs. I don't really reference them in the code so they usually don't have an `IBOutlet` at all. I'm experiencing an issue where...
So cloudflare just announced a new set of features around tagging and commenting on DNS records. https://blog.cloudflare.com/dns-record-comments/ Any thoughts on if this will be exposed via dnscontrol? We currently use...
We have to use `DbUpdateExceptionDestructurer` for the reasons expressed in the [Readme](https://github.com/RehanSaeed/Serilog.Exceptions#serilogexceptionsentityframeworkcore), however some of our processes yield rather large updates that may fail which leads to absolutely massive log...