Lukas Deutz
Lukas Deutz
When using wildcards, some queries fail due to the case of the letters. For example I have tons of documents with the word `Documentation`: Works: `docu*` Fails (no results): `Docu*`...
In order to achieve 100% test coverage, find a way to imitate failing requests.
`requirements.txt` is a mess right now, I accidentally exported my entire `venv` folder. Clean it up and therefore remove the noise.
All query functions shall use `**kwargs` as the single argument, removing the need to specify each field separately and allowing users to pass all supported arguments by the API.
Add a workflow that will automatically upload the package to pypi if it is pushed with a version tag `vX.X.X`.
It would be awesome to be able to add this tool to pre-commit hooks. Any plans on adding this? See https://pre-commit.com/#new-hooks.
### Tracer Version(s) 2.21.0 ### Ruby Version(s) ruby 3.3.8 (2025-04-09 revision b200bad6cd) [x86_64-linux-musl] ### Relevant Library and Version(s) _No response_ ### Bug Report I believe this is connected to #3015...