Lars Kiesow

Results 137 comments of Lars Kiesow

This is a race condition between loading organizations and ACLs. Once ACLs are detected, they are added to all available organizations. If the organizations are not yet available, no ACLs...

Exactly. The fixed code would be something like: ```py import sys from feedgen.feed import FeedGenerator def generator(): fg = FeedGenerator() fg.load_extension('podcast') fg.title('xyz') fg.link(href='https://something.coml', rel='alternate') fg.language('en') fg.description('...') fg.podcast.itunes_category({"cat":"Leisure", "sub":"Games"}) fe =...

Since you can access the term via `tag.term` it seems like `entry.tags` is not a list of dictionaries in your example. That's what feedgen is expecting though. In any case,...

You are absolutely right that this is not great. Unfortunately, that's a design decision from right at the beginning of the project which isn't easy to fix. The methods always...

That would then be more or less a monitor service. Separate from the rest of pyCA, it would just check things and, if necessary, set the capture agent state to...

This is more or less a duplicate of #34 which is an Opencast feature specifically designed for selecting different inputs. Making workflow options available as template would be another option,...

Thanks for the review. Merging this so I can prep the new release…

Sure, please go ahead. Thanks for picking this up.

Hi @RachitGarg-12, since Hacktoberfest is over and my guess is that you picked this up as part of it, do you still plan to work on this now that the...