Alex Gleason
Alex Gleason
When I run a migration I get these errors about datetime: ``` Applying wagtail_blog.0001_initial.../home/vagrant/.virtualenvs/pedsnet/lib/python3.4/site-packages/django/db/models/fields/__init__.py:1474: RuntimeWarning: DateTimeField BlogPage.date_updated received a naive datetime (2016-01-17 19:21:11.180280) while time zone support is active. RuntimeWarning)...
Without this I get the error `ImportError: No module named 'models'`. It needs a period in front of `.models` so it imports models.py from the current app. Full traceback: ```...
I would like to exclude some files with the command line, so I can skip certain tests in my CI. It's possible to exclude certain tests with deno.json by adding...
.pmesh and .pskeleton are unfamiliar formats to me. Should these be changed? Thanks!
I'm referring specifically to codeforphilly.org's install; I'm not sure how much the running version diverts from this codebase. Basically, Slack has a [privacy policy](https://slack.com/privacy-policy) and [terms of service](https://slack.com/terms-of-service/user) that users...
This has been discussed many times but it remains a problem. Follow lists have: - Race conditions. https://github.com/nostr-protocol/nips/pull/349 - Terrible database performance. Follow lists often exceed the maximum size for...
There are two major issues with Nostr chat clients that prevent them from replacing Telegram/Slack/Discord: 1. You can't do **private chats.** 2. You can't separate by **topics.** Private chats is...
When creating a report, `p` tags are used to indicate the user(s) **being reported**. This change introduces capital `P` tags to **notify third-parties about the report**. These parties are not...
I need to mark notifications as "read" so the client doesn't display an unread bubble every time the user opens it. I know some clients already do this, but how?...
Hi, I'm currently in the process of adding license info to all the games in [Erwin's Arduboy repo](http://arduboy.ried.cl/) so people can easily filter out proprietary games. Would you be willing...