Shayne van Asperen
Shayne van Asperen
I've exposed the underlying `Subject` members in the `BitmexClientStreams` class. This is because I want to be able to stream fake messages for testing my program which uses this library....
I've exposed the underlying `Subject` members in both `xxStreams` classes. This is because I want to be able to stream fake messages for testing my program which uses this library....
### Is your feature request related to a problem? Please describe. I have an extension method which allows me to register responses for intercepted requests such that each subsequent request...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug I have a Web Application which runs some background services...
Given code like this: ```cs public interface IFoo { string Bar { get; } } public class Foo { public virtual string Bar { get; } } public class Subject...
This is some code which demonstrates the problem described in https://github.com/mwhelan/Specify/issues/23
A [pull request](https://github.com/justeat/JustSaying/pull/685) was created to do this, but it was closed. We should probably revisit this a little later, once we've completed some of the more urgent work in...
The reason for adding this support is so that a trading bot doesn't need to process orderbook updates that are happening "deep down" in the orderbook. This is because many...
Hello Mariusz! Thank you for sharing this lovely library. I've been using it for several months now and it has served me quite well. I would like to collaborate with...
I've exposed the underlying `Subject` members in the `BitstampClientStreams` class. This is because I want to be able to stream fake messages for testing my program which uses this library....