Étienne BERSAC
Étienne BERSAC
Hi, Thanks for cliché. The name and the design are great. Also, the comparison section is insightful. Would you mind to compare with [clize](https://clize.readthedocs.io/en/stable/) ? And add it to the...
Hi, ``` console $ pip show clize Name: clize Version: 4.0.3 Summary: Turn functions into command-line interfaces Home-page: https://github.com/epsy/clize Author: Yann Kaiser Author-email: [email protected] License: MIT Location: .../lib/python3.6/site-packages Requires: docutils,...
Hi, In my use case, I avoid exposing ports and prefer `.docker` resolution to launch several instances of compose project. This require to export an env var and reuse it...
Along pyenv, poetry and pipenv, a regular way of creating virtualenv is to use plain `python -m venv .venv` or sometimes `python3.9 -m .venv-py3.9`. This patch activate virtualenv managed this...
### General information. Describe your environment - Versions - Operating system: Debian GNU/Linux 10 (buster) - Browser: 76.0b3, mozilla-flatpak 1.0 - PassFF: 1.9.1 - Host app: pass 1.7.3 Status line...
I'm sharing a proposal to manage fine-grained privileges in ldap2pg. To manage privileges, ldap2pg loops on database and schema. But sometime, that would be nice to loop on other objects...
ldap2pg logs can be quite verbose. Thus, warnings may be lost in the flood I suggest to add a summary count on last line. ``` ... 16:11:50 INFO Comparison complete....
After roles are synchronized, `ldap2pg` could check whether `postgres:managed_roles_query` returns all roles as LDAP directory wants. ## Background `postgres:managed_roles_query` returns the list of droppable roles and roles whose privileges are...
### General information - Operating system + version: `Debian GNU/Linux 10 (buster)` - Browser + version: Firefox 76.0b3, mozilla-flatpak-1.0 - Information about the host app: - How did you install...