Muzaffer Cikay

Results 12 issues of Muzaffer Cikay

I need to update the last item of a list field positional operator something like below ```py class Tag(EmbeddedDocument): name = StringField(required=True) description = StringField() class Blog(Document): tags = EmbeddedDocumentListField(Tag,...

Add `__eq__` method to Q to more easily test dynamically-built queries ## Description When a query is built dynamically it is needed to be tested if it is built correctly....

Instead of try catch

I start the beat service it works however when I stop and start again even the beat works, logging wait for `beat_max_loop_interval` to tick as if there are no jobs....

Should [`reschedule` ](https://github.com/sibson/redbeat/blob/main/redbeat/schedulers.py#L332) not update how frequently a job works? It does not update the definition.

## Description I could not find a document on how to add a new language. I just checked what the existing ones have and added them for Kurdish Kurmanji. I...

trafilatura merges unrelated text snippets when extracting content from list/index pages. In the following I extract list of news articles it merge all unrelated articles title and summary. I expect...