Norbert Gogiel

Results 7 comments of Norbert Gogiel

I am having the same issue with it. The adapter stopped working all of a sudden. Although, I am not sure how that happened, because there is no Huobi changelog...

@mumch I have created a solution locally and installed a snapshot version to use in my uber jar. I can create a PR in your repo if it helps. Thanks,...

@mumch I created a PR, https://github.com/knowm/XChange/pull/4552. In my opinion, this is the cleanest approach. I wanted to add a test, but there is no structure for `Integration` or `Exchange` tests,...

@makarid @mumch What happens to my PR then?

Yeah, it would be nice to get credit for that work.

I can relate to this issue. You could have another `TypeTagOWrites` function, e.g. ```scala def default(): TypeTagOWrites = new TypeTagOWrites { def owrites[A](typeName: String, owrites: OWrites[A]): OWrites[A] = OWrites[A](a =>...

Unless there is a different solution provided with your library that I am unable to see.