Justin Mitchel

Results 3 issues of Justin Mitchel

### Specification - pywebview version: 3.3.1 - platform / version: macOS 0.15.5 and Windows 10 ### Description First off. This is an amazing project. Thank you for creating `pywebview`!! An...

future

Markdown had broken links, this fixed them to the latest version.

Need a visual to explain ```python #myapp.tasks.py from django_qstash import shared_task @shared_task def my_task(): print('hello world') ``` when you run `my_task.delay()` -> sends message to Upstash Qstash service -> Eventually...