Ning Sun

Results 315 comments of Ning Sun

Thanks for using HeatCanvas. I think you can override the `defaultValue2Color` function to make your graph better rendered. Define your function and pass it to [render](https://github.com/sunng87/heatcanvas/blob/master/heatcanvas.js#L73) as the third parameter....

@ankit213 I guess your base image is rendered in the same canvas with the heatmap? It's overwrite by heatmap. Consider using a dedicated canvas for heatmap.

@ZoranPandovski I've created PR #9071 by extending MySQLHandler and you may want to review it.

Sounds good to me. Could you please send a pull request for this? Also I suggest to create a new function like `encodeBase4` for this behavior.

Hi @ppKrauss , while `encode` and `encodeBase4` shares same encoing logic, they don't have to share parameters and meaning of them. The base4 one could have its own signature and...

Yes, currently pyclj is not fully compatible with python 3.x. The master branch and current releases are only working with python 2.x I have an unstable branch for python 3.x...

At the moment, pgwire only parses the wire protocol and developer has to implement those sql commands sent over the protocol. You can create a struct that implement both `SimpleQueryHandler`...

I think you can use socket address for connection, it can be fetched from `ClientInfo`, the second argument of handlers. Also there is a metadata hashmap in `ClientInfo` can be...

Cool. I will fix this when I get time.