Conversation
for more information, see https://pre-commit.ci
|
Nice! For applying the |
for more information, see https://pre-commit.ci
…lel into task_label_feature
|
Thanks for the feedback.
|
|
with view.temp_flags(label="x"):
view.apply(f, a=b)If we want to come up with another nicer way to avoid |
optional: returing self in View.set_flags allowing compact list comprehension for setting labels
|
Thanks again for your feedback and pointing out the set In German we would say, the one who can read has a clear advantage ;-) Now knowing the This concept is used in some C++ libraries and would allow defining list comprehension (as in the example script). It should not break any existing code. If you don’t like this idea/concept I will remove the two By the way, do you like the idea of making the label also available in the AsyncResult objects? |
I managed to add/transfer the |
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
|
I have added support for |
First version of adding a task label feature that is queryable in the hubDB as discussed in #914.
What's missing?