Brian Kroth
Brian Kroth
@localden as I guess this is actually more a complaint with the `git-credential-manager` than this particular library, I've made a new feature request there: https://github.com/git-ecosystem/git-credential-manager/issues/1568
re the threat model, I do agree with everything @sam-mfb said above. The scenario features I would like are: - as a developer convenient workflow (e.g., not being prompted to...
See also #404
Possible method would be to use the async + background event loop thread technique demonstrated in #510
Related: #463 (First class scheduler support)
A few thoughts on design possibilities for this: - [ ] We need some sort of "pending trial configs" abstraction. - [ ] A simple way to implement this I...
Better yet, use this: https://alembic.sqlalchemy.org/en/latest/
Note: - table additions are already natively supported via sqlalchemy's `create_all()` call. - it's only *column* changes that needs additional work.
Per discussions elsewhere, haven't had a ton of cycles to work on this myself, but would happily help review a PR for this.
@timveil do you want to comment on any experience with HikariCP?