Gergely Polonkai

Results 32 issues of Gergely Polonkai

Just to confuse anyone who checks this commit, you may want to create a branch and a tag named `deadbeef`. It would be an awesome learning experience for whoever didn’t...

Signed-off-by: Gergely Polonkai [email protected]

By using the built-in `User` model of Django (`django.contrib.auth.models`) I can’t store a lot of fields, like phone number. However, if I set `"settings.phone": "phone"` in `USER_ATTR_MAP`, it won’t do...

`more` doesn’t suite everybody’s needs, and it lacks some features, like you can’t scroll backwards. There are fancier pagers, like `less`, which might be preferred by some users. This commit...

I’d like to autoscale my Celery workers (running in Kubernetes) based on the queue “length”; e.g. if there are many tasks scheduled in queue A, i’d boot up a few...

enhancement

This is a big one, I know. I work with a lot of code, and I often include snippets in my Org files #+BEGIN_SRC c some_c(code); #+END_SRC I don't think...

Type: feature

I have two Google accounts, both having a “Holidays in Hungary” calendar and a “Contacts” calendar (with my contacts’ birthdays). They have the same IDs on the two accounts: ```...

I am reporting: - a bug or unexpected behavior # Bug Report Please give us details about your installation to assist you. Run `dat -v` to see the version of...

I have an application that generates reports from a bunch of sources. When a report is generated, a Blinker signal `report_created` is called, and one of the receivers sends an...

`XXXCache.factory` does exactly what the old `xxx_cache` functions did. If we could move these changes inside `__init__` (or maybe an `init_app` method), these functions could be removed. This would also...

enhancement
backend