Umair Ashraf

Results 26 issues of Umair Ashraf

This line https://github.com/holgerd77/django-dynamic-scraper/blob/master/dynamic_scraper/utils/task_utils.py#L32

django-celery is broken for new version of Django. I just tested dynamic scraper with django celery beat/results following this guide https://www.codingforentrepreneurs.com/blog/celery-redis-django/ and it worked like a charm.

Ref: https://devcenter.heroku.com/articles/heroku-button

enhancement

## Versions: Django==4.0 django-viewflow==2.0.0a2 ## Reproduction ``` from django.db import models from django.contrib import admin from viewflow.fields import CompositeKey class TestModel(models.Model): id = CompositeKey(columns=["this_id", "that_id"]) this_id = models.IntegerField() that_id =...

request/enhancement

``` % python -m loginform -u ***** -p ***** https://www.worldremit.com/en/account/login ``` ``` Traceback (most recent call last): File "/usr/local/opt/[email protected]/Frameworks/Python.framework/Versions/3.7/lib/python3.7/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "/usr/local/opt/[email protected]/Frameworks/Python.framework/Versions/3.7/lib/python3.7/runpy.py", line 85, in...

Try to put a comment in the tsconfig.json and `its` will complain. I would agree that it's not valid JSON file but `npm/typescript` can parse it ``` { "compileOnSave": true,...

Upgrading it to the latest version of TypeScript would be great. This issue is to document the process to do that so anyone can start working on this.