Results 15 comments of inv2004

https://crates.io/crates/coinbase-pro-rs

@JohnAD Nice library, Thank you. Any near future plans about multiplication?

@JohnAD Thank you. What do you think about https://github.com/status-im/nim-decimal comparable with the lib? Because I migrated to it (maybe temporary :) )

Any good solution for the issue? ```c.Error(err)``` would be good if no linter warning, the only one which does not return *Error is AbortWithJSON

@bestgopher There is open PR for it. Can you please comment there? `c.Error` cannot return nil, that is why the function is not for error-check and it would be good...

@bestgopher Yes, but it looks more like workaround because `c.AbortWithStatusJSON` does not require the W/O

Any news about this issue? The same problem. Everything was ok, until included StyleProvider.

I see the same problem in my app: 100% all the time even if it is waiting for timeout. Disabled message sending and 0%. Could you please recommend: is better...

It is possible to use the method to output all names: https://tensorflow.github.io/rust/tensorflow/struct.Graph.html#method.operation_iter ``` graph.operation_iter().for_each(|x| println!("{}", x.name)); ``` After it, it is easy to detect input and output of the model....