Robert Dailey

Results 230 comments of Robert Dailey

@aaubry Why not a simpler IsList condition? ```cs private static bool IsList(Type type) { return typeof(IEnumerable).IsAssignableFrom(type); } ``` The solution you posted checks `IList` which doesn't allow `ICollection` to work.

Due to the nature of how YAML is structured, is it even possible for `string` to be processed as a collection here? Legitimate question. I can't think of a YAML...

Actually, in the Request list, the poster image is probably too small for this. So maybe the overlay can go here? ![image](https://user-images.githubusercontent.com/1768054/174822504-8f759d5f-7afb-4937-8b94-e4787274bfbe.png) Just throwing ideas around. I honestly don't have...

@rekonnected Wouldn't an anime server be mutually exclusive to 4K? At least, 4K anime isn't really a "thing". The general UX issue I see with checkboxes is that you need...

Upgraded to v4.4.0 and ran all my tests; I'm not able to reproduce this issue anymore.

Any update on this? I find the diagnostic I get to be unhelpful, I'm not sure why it is saying no received calls.

I'd like to bump this a year later and stress the importance of this. I'm completely unable to fix a test I'm working on right now because I have no...

Thanks. Worth noting I took that yaml from your examples.