Charles Han
Charles Han
It looks like these lines are preventing the creation of new tokens with predefined keys so the current implementation doesn't work with existing users. This pull request simply removes those...
## What happened? Error while deploying to production: `django.core.exceptions.ImproperlyConfigured: Set the SENDGRID_GENERATE_MESSAGE_ID environment variable` It looks like non-essential env config was added without defaults. ## What should've happened instead? Deploy...
1. `docker-compose -f local.yml run django python manage.py test` works fine 2. Using Docker Python Interpreter in PyCharm to run the tests throws an error: ``` psycopg2.OperationalError: could not connect...
It looks like photon is looking for a place when characters are added after "New York." ``` >>> geocoder.komoot('New York').json { 'address': 'New York, United States of America', 'bbox': {...
> **Before Submitting:** Double-check that you are running the latest version of the plugin. The bug might have already been fixed 😄 ### Describe the bug Hotkey for `Calendar: Open...

It looks like the plugin doesn't show files that are not .md Also, it would be great if we can open these files with an option to "Show in default...
As per title.
I just downloaded the plugin to and added one folder in the "Folders included" setting as the following: ``` Atlas/ ``` When I press "Generate index now" Zootelkeeper generates indexes...
It seems like trafilatura treats all `` as new line, which is incorrect. I used this link for both examples below: https://www.django-rest-framework.org/api-guide/filtering/ ## Example 1 ```html The simplest way to...