Stefan Ruzitschka
Stefan Ruzitschka
Any thoughts on the idea?
Will be continued @ https://github.com/comtrya/comtrya/issues/263
Feature: all actions should have a parameter that allows for opting into / outof error === exit/skip
We have to get better at detecting errors and fail safely. We're working on this topic. This shouldn't be a thing the user should take care of
Why not setting an ENV var with the desired value and hand it over to comtrya?
Caching per `tnsname` would be the thing I guess e.g. cache key is `` in `/@`.
Hey, exactly the idea of Ansible would be the basis of our service implementation. We don't have time right now to implement said feature, but maybe some cool person from...
I think we could easily write something like a history or add an adapter framework to write the history to "SQLite", "file", ... Takes a bit of brainstorming, but could...
Hey @rodrigoyoshida. Did you try to use the setting `table_format`, which corresponds to https://github.com/man-group/okcli#format? ``` # Table format. Possible values: ascii, double, github, # psql, plain, simple, grid, fancy_grid, pipe,...
I could in fact have a look at the support, make a PR and we discuss it there or am I in the middle of you doing huge overhauls inside...
Having a crates workspace doesn't hurt, because you need all the classes in one space and a monorepo approach is cool enough imho. You could provide multiple "server backends" via...