Kimmo Huoman

Results 59 comments of Kimmo Huoman

Hey, this should be fairly easy to implement with a similar structure as `pycron.has_been()`, pull requests are welcome ;) https://github.com/kipe/pycron/blob/master/pycron/__init__.py#L112 It would require some kind of "reasonable maximum iterations" though,...

Hey, I managed to figure this out, you need to send the whole intent to the endpoint. To fetch all the available applications, do a `GET applications` request. There the...

Oh, sorry. That was a typo in my previous message.

Also a timeout for zoom/re-center actions is needed. Now if you drag the map to check the driven route etc, the map jumps to the latest location instantly. In my...

This is now implemented in my own fork: https://github.com/kipe/django-background-tasks/commit/32109a87a60249aaf2785cdbbb06b97b4de26bea As an example usage, the `signals.py` for one of my apps: ```python from django.dispatch import receiver from background_task.signals import process_tasks_started @receiver(process_tasks_started)...

Yeah, this doesn't solve that problem directly. For my own use I just added `remove_existing_tasks=True` to the `background` decorator, which seemed to fix the issue. Needs further testing though. ```python...

Yeah, this library isn't using any official APIs. It essentiallly fetches exactly the same information from the same endpoints as their public facing website.

Oh, damn. Didn't think that someone would actually import that, but now that I think of it, those `CurrencyMismatch` issues actually used to be a thing when not using EUR...

I'm not sure if this is related directly to this, but the `"Plural-Forms: nplurals = 2; plural = (n > 1)\n"` generated by Tolgee also seems to cause issues with...