Steven Anton
Steven Anton
@posva I think that even the example you gave using the constructed string path (`collection/${doc.id}/comments`) would be a useful example for binding to a sub-collection. I ran into this issue...
I did something similar to @zoltan-fedor but with a slight twist. Here are the relevant parts: ```python @pytest.fixture def app(): app = create_app('TestConfig') with app.app_context(): yield app @pytest.fixture def authenticated_request(app):...
@ydshieh thanks for the quick feedback! Yes, I noticed those tests were failing, but I thought it might be something about my local environment and the extra newline stuff. I...
@ydshieh Thanks for your feedback and patience. I believe I've corrected it. The extra newline stuff is confusing, but if you run `prepare_for_doc_test.py` (which I think just adds a newline...
@ydshieh Ok, I added some more checks for the sizes of logits. They all pass for me locally.
I'm interested in this. We want to use torch 2.1 but cannot alongside AutuGluon. The 2.1 restriction seems a bit too stringent. Was this done out of an abundance of...
I'm using the latest versions and this is still an issue for me. But the solution of @nqhq-lou works for me! Thanks :-) ``` ❯ poetry show aiohttp 3.8.4 Async...
I see that the PR with the C extension was merged, but I'm still seeing very slow parsing using `amazon.ion.simpleion.loads`. As a comparison, I rewrote a subset of the Ion...
Thanks @chenliu0831! You're right, I meant the source distribution on PyPi. I tried installing 0.8.0 from PyPi and I'm seeing similarly slow parsing. Are you saying that the performance issue...