John Wu
John Wu
Currently, the Proposer code only shows the next slot that will win. It would be nice to show all the possible slots that you will win for an epoch. I...
Hi, I was reading this documentation (http://sampleclean.org/guide/) and I see that you can use any similarity metric to find the similarity between two strings on one column attribute. Can you...
I looked at page 15 of the [Cool Manual](https://theory.stanford.edu/~aiken/software/cool/cool-manual.pdf) and it says that '\v' is a whitespace character. I used your lexer to check my own custom lexer that I...
I played around with this library and found it quite nice to play with Python functions. Sadly, I can't leverage the OCaml compiler to different types of PyObject.t (e.g. ints...
We need a way to remove accounts so that an attacker does not flood the database with stale accounts. Previously, we removed accounts if their balance is assigned to zero....