-
See also https://github.com/kubernetes-client/python/issues/340#issuecomment-526249075 (was closed for inactivity, NOT resolved)
See also #63
**Motivation**
It is sometimes useful to be able to …
-
Dear Team,
i'm wondering if you're thinking to add support for the following services to the python client:
https://grobid.readthedocs.io/en/latest/Grobid-service/#apireferenceannotations
http…
-
Hi, team
I'm trying to instrument a very simple python application like this
```python
from flask import Flask
import requests
app = Flask(__name__)
@app.route("/")
def external_call():
…
-
We just launched Crawlee for Python, and as it is in its early stages, we are looking for feedback and your contributions! 👀
To the first 10 developers who give us relevant feedback or contribute …
-
**Description**
I would not say this is a bug but I cannot make use of the `dynamic_batching` feature with the Triton Python Backend.
**Triton Information**
Triton image: nvcr.io/nvidia/tritonser…
-
## Documentation link
https://pan.dev/sdwan/api/put-sdwan-v-3-0-api-elements-element-id/
## Describe the problem
When passing in the "Required" values in the body (which is only labeled as site…
-
### Solution to issue cannot be found in the documentation.
- [x] I checked the documentation.
### Issue
Seems that the last version of cupy (py311/win64) on conda-forge has cudatoolkit (11.8) dep …
-
### Bug description
This is highlighted as expected
```python
import requests
try:
response = requests.get("https://google.com", timeout=1)
except Exception:
print(response) # corre…
-
Rather than using chrome driver to access https://www.franciscanmedia.org check to see if using Python Requests module can access. This would be an increase in efficiency to reduce down-time.
-
I'm serving my FastApi application using more than one worker. For this, I had to set `PROMETHEUS_MULTIPROC_DIR` and make sure it points to a proper directory, so that all workers can read/write metri…