Vemund Santi

Results 22 comments of Vemund Santi

Hi @f4z3r! Thank you for your contribution, Hashicorp's Vault is something we would like to see supported. We are sorry for the extended delay in feedback and merged PRs, but...

Good work so far, @f4z3r! With this speed we are ready to merge the module today 😄

Tests are failing because the specified `extra` `vault` does not exist. You can add it in `pyproject.toml` under `[tool.poetry.extras]` as `vault = []` (Same as the `kafka` entry in the...

@f4z3r Seems like the trouble is over, but the queued tasks are not running. Could you re-trigger a new set of checks by pushing a commit with `git commit --allow-empty...

Fully support this. Using global state for setting keys / properties is usually not the way to go, and the possibility of creating an instance of the `openai` service/module would...

@kiview Tagging you here for visibility. I noticed you're currently researching options for package management tools in Python, and I wanted to chime in with a strong recommendation for [Poetry](https://python-poetry.org/),...

Yes, that would be a good first step on the way. Convert all the packages into using `pyproject.toml` for their dependencies and other stuff, but still use `piptools` to build...

@balint-backmaker I am actually not sure if the different platforms/OSes actually require different dependencies anywhere in this repo, I only guess at this because it currently lists dependencies for individual...

> Other than that, I'd like to point at the fact that while there may be several packages, only one is realistically released under sem-ver. The rest remain in this...

> the matrix of lockfile predates this - imo it should go - it doesn't get shipped to the user, so it doesn't actually create a reproducible build when it...