Axel H.

Results 126 comments of Axel H.

I agree with @Colin-b, I don't consider this as effective security. But I understand the need and I'm just waiting for the test cases to merge #465. In the meantime,...

Hi! I wil try to help, but I don't know much SQLAlchemy. Just to be sure, `session.query(Feedback.key, Feedback.average).all()` returns a list of `{key, 'key', 'average': 0.0}`. To me the result...

OK, thanks, I'll investigate this issue.

Just sharing my workaround until we have a builtin solution: `&&` and `||` are not processed correctly, but this is working if wrapped into `sh -c ""`. As example, to...

My 2 cts (as the author of the multiselect feature): Given https://github.com/copier-org/copier/blob/master/copier/cli.py#L162-L178 is already a list, and current behavior is "last value overrides previous", I would avoid the multiple flags...

My bad, I have been through multiple iterations to find one working, and I didn't submit the right one. This should be fixed. But honestly, I would simply remove coverage...

OMG, sorry, I completly forgot this one. I'm going to complete it soon

I like this idea. For monorepos it's a game changer. I think both aspect are needed: - possibility to bump multiple components from workspace at once - possibility to bump...

Brainstorming a few ideas (doesn't mean that we need everything in the next major): - **feature**: extend https://github.com/commitizen-tools/commitizen/pull/995 to support (already started): - `alt-tag-formats`: to handle tag format changes. Legacy...

Just opening the debate: wouldn't it be easier and more consistent to fix/align the default `bump` behavior to the default settings (even if this is a breaking change) ? By...