Vianney P.
Results
2
issues of
Vianney P.
cf. #235 - [x] Setup minimalist workflow - See [sample run](https://github.com/dedale/pyenv-win/runs/2431991585?check_suite_focus=true) ✔️ - See [workflow definition](https://github.com/dedale/pyenv-win/blob/actions/.github/workflows/main.yml) in @dedale 's fork - [ ] Add coveralls - [x] Ensure workflow fails...
enhancement
Hello, I want to extract the connection part from the code to make it testable. I have introduced a class like the following: ``` module Queries = type Schema (connectionF:...