Rafał Pitoń
Rafał Pitoń
# If nothing else works for you: 1. Create new directory 2. `npm init` in it (use w/e data you want, this is throw-away directory) 3. `npm install [email protected]` 4....
Is there any workaround for this in current version? I'm trying to proxy WS to my server in create-react-app without breaking reloader that listens on different path.
I've changed this: ``` module.exports = function(app) { app.use( '/sockjs-node', createProxyMiddleware( { target: 'ws://localhost:3000', ws: true, } ) ); app.use( '/graphql', createProxyMiddleware( { target: 'http://localhost:8000', changeOrigin: true, ws: true, }...
This quite a biggie actually, as it has to cause following changes in the APP: - disable unread/new lists - disable subscriptions
Will set this for Misago 4.0, blank homepage could be something useful for plugins.
Thanks for reporting. This looks like Google picking icons labels because there's no default forum meta description set. Maybe there's a way to tell google to skip those via some...
This seems very wrong. `profile_fields` is supposed to be hstore with custom profile fields and represented as dict in python. How are you experiencing this bug?
Attachment type limit overrides uploads limit for individual types: https://github.com/rafalp/Misago/blob/master/misago/threads/api/attachments.py#L32 https://github.com/rafalp/Misago/blob/master/misago/threads/api/attachments.py#L89
@emawalekr01 Misago is free and open source software. You can read license here: https://github.com/rafalp/Misago/blob/master/LICENSE.rst Please ask on our [support forums](https://misago-project.org) in future. Asking unrelated questions in other people issues is...
This is incorrect fix. Misago client should know its not displaying posts page anymore, and should not attempt to access `props.posts` anymore.