Stephan Thiel
Results
2
issues of
Stephan Thiel
This docs page on `AuthHandlers` misses one line of code to be working ```python import requests from requests_toolbelt.auth.handler import AuthHandler def gitlab_auth(request): request.headers['PRIVATE-TOKEN'] = 'asecrettoken' return request --> add this...
Low Hanging Fruit
Documentation
Pull Request Welcome
**Describe the bug** In the above mentioned version, talking to a custom deployment (set up based on your docker compose example) from Argilla running locally will fail. ```python rg.init(api_url="...", api_key="...")...