jayaprabhakar

Results 16 comments of jayaprabhakar

Thanks. I did consider this solution, but that would work if clone is the only thing the application does. But there are lot more stuff that goes on, and having...

A quick hack. https://github.com/huandu/go-clone/pull/24 I did not implement this for other cases like cloneSlowly or other variants. I would love to implement it if you are okay with this approach....

I want a way to retain the relationship between the pointer values, when cloning. From my understanding cloneSlowly function does that for a single clone operation. For me, I need...

Thanks a lot. For additional context on what I am trying to build - I am implementing a new model checker - the first step of it is state space...

Hi @huandu, did you get a chance to work on this? Or can you give some guidance on how to do it?

No problem, let me know if there is something I can do to make it easy for you to finish it. I am facing an issue with Cloning a specific...

Sure. Added the README file pointing to the instructions at. https://github.com/fizzbee-io/fizzbee At present, there is no precompiled binary, I have the full instructions to compile from source that I have...

@FelixGV @ZacAttack I have made the changes you asked for in this commit: https://github.com/linkedin/venice/pull/958/commits/c721c5ee3de1b6e7c31663f9e5e89a1c35a7690b --- Please take a look and let me know.

Great. Let me know your experience so far and if you want any features.

I was considering adding `try-except-else-finally` clause of python, or to support other types of flows where it can yield but never crash. but for most real examples, they were not...