Charles Han

Results 94 comments of Charles Han

A better approach to solving this problem is to lock the account for X minutes after Y attempts. Another solution is rate-limiting. Making a one-time password more complicated is not...

I added this for this exact purpose: https://github.com/charleshan/django-rest-framework-passwordless/commits/master There's definitely room for improvement. I just added enough to pass the review process (e.g. The password is hardcoded 😂)

> When you press run, PyCharm prints the command. What was the command? `python -u /opt/.pycharm_helpers/pycharm/django_test_manage.py test myproject.tests.TestMyProjectView /opt/project` > did you first build then migrate THEN run the tests?...

@browniebroke those are the exact steps I took for 3) By Docker Python Interpreter in PyCharm in 2), I meant using a remote interpreter with Docker. I do have Postgres...

I've had this issue as well. After a while, the memory usage grows 10x. Also, there's a constant 20-25% CPU usage. After restarting, it goes down to ~0.6%. Nothing is...

I've been experiencing the same issue on the latest versions: ``` celery==5.3.0b1 django-celery-beat==2.3.0 ``` Have you found a solution?

> indexing any markdown block that has an explicit block ID (which is paragraphs, headers, and list items currently) This would be a big improvement but if you were to...

I was able to get the embeds to work. I manually parsed the links as a string with line breaks instead of using `dv.list` ``` let text = ''; for(let...

It looks like someone made a thread on the Obsidian forum. Our best bet is probably to raise some awareness over there. https://forum.obsidian.md/t/obsidian-plugin-api-does-not-support-rendering-of-embeds/24617/2

It looks like Obsidian made changes so that plugins can add embeds. > Support embeds in plugin blocks like Admonition and Dataview https://twitter.com/obsdmd/status/1479155487111319558