Jeff Johnson

Results 57 comments of Jeff Johnson

Be warned this will be very slow for fonts like Chalkduster

I would vote that the Windows, Linux and MAC versions of the zstdlib be embedded resources. They can be extracted and written to the appropriate path if needed in the...

That Binance end point is gone, method is currently broken

https://binance-docs.github.io/apidocs/spot/en/#exchange-information

Hmm, that's not the one either, not sure where this info has moved to

Which methods would need the parameter?

Would returning false be better, that way people don't have unexpected exceptions? I suppose if we document the setter with a NotImplementedException that may be sufficient?

What would a derived class look like trying to set the bool to true? Would it need it's own bool?

I would propose the following, where derived classes opt in and override IsMarginTradingPossible to true if desired. ```cs ///Indicates if margin trading is possible. Derived classes can override and return...