John Solly

Results 36 comments of John Solly

I really like the styling the [ring.com](https://ring.com/) uses for their chat. Maybe borrow inspiration from them. ![CleanShot 2024-04-30 at 21 45 17](https://github.com/jsolly/awesome-django-blog/assets/9572232/c5a0c760-7fe9-41ed-ba29-c7f811493a16)

@freedompraise how are you running the app? Can you try this command? `python3 app/manage.py runserver livereload` If that doesn't work, you might want to try going into the network tab...

I was wrong in how livereload works. I just pushed a change. Can you try this? 1 - Add LIVERELOAD=True to your .env file 2 - Run these two commands...

@freedompraise please make sure you add `LIVERELOAD=True` to your .env file. If you don't do that, you get the error you are mentioning.

Weird. Can we take a look together in a call? Also fun to catch up =] Find a slot on my calendar! https://cal.com/jsolly/coffee-chat

Hey @freedompraise I see the branch is still open. Do you need any more help? I am pretty sure we got all the livereloading stuff working in our call.

When this gets picked up, we should add the # of upvotes to the post card as well as the post-details page. Somewhere next to where the # of comments...

Honestly, I took this feature out in https://github.com/jsolly/awesome-django-blog/pull/77 for a few reasons: 1 - If we ever make caching more aggressive, it will probably break 2 - Had to keep...

Just to re-iterate...because the internet is anonymous, an upvote feature can always be gamed unless you have authenticated users. And most people don't want to have to sign up just...

I don't think this has been entirely solved by https://github.com/jsolly/awesome-django-blog/pull/461 If I open the chatbox and immediately press enter, an empty message is sent (expected), but the chat send box...