Stéphane Bidoul
Stéphane Bidoul
One thing that is not addressed with the current implementation of `--report` is the "multi platform" `--generate-hashes`, since `pip install --dry-run --report` only exposes the hashes of the artifacts it...
> I think this is a duplicate of https://github.com/jazzband/pip-tools/issues/1526 #1526 is about implementing a new lock file format. This issue is about using a supported pip CLI instead of the...
@legalsylvain > for that reason, I think that it should be done in account.journal and not in pos.config In 13, you probably `pos.payment.method` rather than `account.journal` ? But I think...
Thanks a lot for the quick and detailed answer. Replaying won't work because actions are typically not replayable (due to interactions with other statecharts or external systems or other database...
I was thinking about disabling the TimeContextProvider, but I notice it provides an important `active` predicate which I need (and that is somewhat unrelated to time at first glance). The...
Short term the easiest is to pin my dependency at 1.3 :) No urgency at all, thanks for all the feedback. Happy to discuss further later.
@AlexandreDecan that was quick. My tests pass with the `no-context-provider` branch.
@AlexandreDecan thanks a bunch! Regarding a future save/load API for the interpreter configuration, I have the same inventory as yours. Here are my thoughts on a potential future load/save API:...
A potential issue is that events can contain any python object, so they may not be serializable reliably. `save_configuration()` could have parameters to select what to (not) save.