Erik Telepovský

Results 39 issues of Erik Telepovský

This translation seems to be missing:

Hi. Imagine a list of comments with a big number of instances. In such case, there is additional query required for each comment for a user field. It can be...

Hi, `public static func transaction(transactionClosure: ()->Bool) -> Int?` returns an Int with the error code, or nil if there was no error committing or rolling back the transaction. But is...

All SwiftData operations are placed on a custom serial queue ("SwiftData.DatabaseQueue") and executed in a FIFO order. Thats great, but is there a way I could set my own queue?...

Hi. Does it also rename sequences?

Hi. The README mentions that "devices marked as inactive will not be sent notifications" but it is actually not true. When you send message using ``device.send_message()``, it is sent regardless...

bug

**Describe the bug** Hello. I am trying to install tink using pip on M1 / Apple Silicon device but without success. Can anybody help me to solve the issue please?...

Ability to change job timeout from its detail. Useful when settings are changed.

Hello. Is there a way how to change/increase timeout of failed jobs? My jobs fail with exception: ``` rq.timeouts.JobTimeoutException: Task exceeded maximum timeout value ``` so I increased the ``DEFAULT_TIMEOUT``...

Hi. I noticed Martor editor works fine until there is **autocomplete_fields** defined in the admin: ```Python @admin.register(Article) class ArticleAdmin(admin.ModelAdmin): search_fields = ('title', 'category__title', 'content') date_hierarchy = 'created' list_display = ('title',...