You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -96,4 +96,7 @@ and other code smells:
96
96
97
97
-`make phplint` to show and `make phplint-fix` to automatically fix some php issues
98
98
-`make stylelint` to show and `make stylelint-fix` to automatically fix some css, scss or vue issues
99
-
-`make lint` to show and `make lint-fix` to automatically fix some javascript issues
99
+
-`make lint` to show and `make lint-fix` to automatically fix some javascript issues
100
+
101
+
## Additional Notes
102
+
You need to at least use charset `utf8mb4` (or similar) in your database, because the fetched communitites contain the `🔒`-emoji in their name. Otherwise this causes mysql (or similar) to show a question mark `?` instead. This bug only causes visual issues.
0 commit comments