Mouse Reeve

Results 193 comments of Mouse Reeve

> I'm going to look into this one! Wonderful! Let me know if you have any questions

The default timezone is set in the Django settings file, so I think it would happen regardless of docker?

Thank you! I suspect what's happening here is that markdown converts the `#` into an `h1` tag, and then the html sanitizer removes the `h1` tag because it's not on...

The fix I wrote will prevent the symbol from being stripped from the post, but the hashtag itself will still not work pending #1081 (both locally and on Mastodon and...

I think this will be solved by #2195

Thank you for filing this! This is the behavior as designed, but I can see why it's not producing the results you would very reasonably expect. I think the fix...

One thing to take into account is that reading progress updates work differently than reviews and ratings. For a progress update, your reading data can be updated without creating a...

Thank you! From a technical perspective, syncing book metadata is a very different task than syncing reading statuses and user data. I have talked to folks at OpenLibrary and the...

@uriel1998 These are all great questions! While I completely see why it seems like it would be, CSV import is actually an unrelated feature to this issue, so I want...

This is a good idea! This is happening when [authors are displayed in the timeline](https://github.com/bookwyrm-social/bookwyrm/blob/main/bookwyrm/templates/snippets/authors.html) already, which probably isn't directly useful, but at least is a similar pattern :)