Arnav Das
Arnav Das
The usage of the function looks easy when you put it like that... But the documentation looks incomplete! That's the reason why i took reference from other complex codes [\[link\]](https://recirq.appspot.com/recirq/qaoa/hardware-grid-qaoa-circuits.html)...
Some (foreign and unrelated to this PR) tests in `test_js.py` are failing. Can someone confirm this behaviour? @caspervonb @GarraPeters @wallyqs
Merged! Now all the tests should pass! ✅
Yes @caspervonb , That sounds great. I have made some updates as well that I have yet to commit. I will directly push the updated code in the new namespace...
@carlosjgp In the meanwhile, you can try using the [arnavdas88:jwt-claims](https://github.com/arnavdas88/nats.py/tree/jwt-claims) for testing as well as to develop on top of it, locally. Once the new namespace is ready, you will...
@caspervonb 1.) The Flattening Model is indeed over complicated (I have already written that in the PR). Also, it cannot load a dict / json right now. It can only...
I didn't know this existed. Looks like [nats-py-jwt](https://github.com/seznam/nats-jwt-py/) is the source GitHub. It looks like they can use some help with the tests. But overall the structure is pretty pythonic....