The Wayback Machine - https://web.archive.org/web/20210819201852/https://github.com/topics/community
Skip to content
#

community

Here are 2,274 public repositories matching this topic...

forem
vaidehijoshi
vaidehijoshi commented Feb 26, 2021

Describe the bug

In many (if not all!) of the places where the Follow button is rendered (with the class follow-action-button), the button always renders the text Follow by default. Once the user's data is fetched, it then may update to Following. This step of fetching the data async and then updating the text after the button and text have already rendered leads to a glitchy UI

psychobunny
psychobunny commented Dec 31, 2020

https://docs.nodebb.org/installing/os/osx-mavericks/

Though we do have iOS devices for mobile testing, our core team doesn't actually own a mac (fight this war somewhere else :P). Would anyone with access to one mind testing and updating this page please? :)

More importantly the instructions for redis should be switched to mongo as it is our default recommended install; you can look at the

core
rob006
rob006 commented Jul 2, 2021

Polish language uses space as thousands separator, so 100000 should be formatted as 100 000. But it looks like formatNumber() has really simple implementation with hardcoded comma as separator:

https://github.com/flarum/core/blob/d4e3254395fa03a0653218a543e23ad9de76ae77/js/src/common/utils/formatNumber.ts#L9-L11

It may be a good idea to switch to something like [Intl.NumberFormat](ht

andreslucena
andreslucena commented Mar 2, 2021

Describe the bug
As an administrator when I create a new blog post from the admin panel I see that I'm the author of this post.

To Reproduce
Steps to reproduce the behavior:

  1. Sign in as administrator
  2. Go to a participatory process with blog component
  3. Create a new post
  4. Go to frontend. See that it has an author.

Expected behavior
I shouldn't see the author of this

Improve this page

Add a description, image, and links to the community topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the community topic, visit your repo's landing page and select "manage topics."

Learn more