markjerz
markjerz
Subject says it all ... i've tried to wrap the start_feed function with a bool so as not to start the spawned process a second time but I don't get...
Hi! Thanks for reporting this feature/bug/question! Please keep / fill in the relevant info from this template so that we can help you as best as possible. **Type** (choose one):...
**Version Information** Hyperion 0.12.2 **Describe the bug** Using SerializerOptions.Default doesn't work if that's how you create Serializers. I almost can't believe this to be the case (or I'm losing the...
There's a TODO in the documentation around receiving a message. I'd like to know how to send and receive messages across the PeerConnection but I'm struggling to figure it out...
I added the following method to `Host` in `GenericTest`: ``` public bool TryGet(T2 obj1, out T1 obj2) { obj2 = default; return true; } ``` If I DO NOT include...
### Describe the bug RefundCreateOptions has a `Currency` property in it but that parameter isn't present in the API docs. So, if I set it to something in the code...
``` class Entity { public OtherEntity OtherEntity { get; set; } } ``` to ``` class Entity { public AnotherEntity OtherEntity { get; set; } } ``` doesn't get spotted...