Pratham Soni

Results 11 issues of Pratham Soni

- **Package Name**: azure-storage-blob - **Package Version**: 12.19.0 - **Operating System**: Mac/Linux - **Python Version**: 3.11.5 **Describe the bug** Have say 10-100 async blob uploads running, prolonged socket timeout errors...

Storage
question
Service Attention
Client
customer-reported
needs-team-attention

**Is your feature request related to a problem? Please describe.** Deploying as part of a webserver so would like async functionality of sandbox **Describe the solution you'd like** async methods...

**Describe the bug** api auth not working **To Reproduce** Just run e2b sandbox **Expected behavior** runs **Browser console output** ``` e2b.api.v2.client.exceptions.BadRequestException: (400) Reason: Bad Request HTTP response headers: HTTPHeaderDict({'content-type': 'application/json;...

Hello! I made some modifications to make the data more friendly for nested NER tasks as in the format here: https://github.com/meizhiju/layered-bilstm-crf. Would it be possible to make a PR for...

feed_iterable requires ids to be formatted as just last component without namespace etc, but get operation returns the raw document id from vespa.

Expose the visit api as part of the sdk. Ideal interaction: supply yql query to filter with optional limit/offset. method returns a (async/sync) generator across the documents. raises stop error...

Know that the current feed iterable method is theoretically non-blocking up until resource exhaustion wrt to the underlying queue, would be helpful to just have a native awaitable implementation.

could for example pass in the full contents of the feed_data_point args so that more data can be captured in case of issues (say the full document content in case...

there exists client overhead for creating vespasync/vespaasync client sessions at call time for say feed_iterable method. These can be created and managed at the app level to limit overhead. In...

Would remove some marginal asyncio overhead if the method was made synchronous. It can still be called in __aenter__ context with the same performance as the code is blocking anyways....