Rafał Pitoń

Results 305 comments of Rafał Pitoń

Ideally Misago could have single Dockerfile that would build python and JS dependencies in full base image, then do smaller image that would only copy over final python (and in...

Yup, it should work with Pydantic too! The prototype I has decorator that introspects given type and sets `__ariadne_graphql__` attribute on it with `GraphQLObjectModel` that `make_executable_schema` looks for to create...

I've moved frontend pipeline away from gulp to webpack.js and I've had this issue happen for me, but I've fixed it on master.

Marking this as plugin material. I'll implement this as a plugin so Misago out of the box doesn't tempt people with plugin data UI.

Forum thread for discussion: [Removing React.js from the codebase and adapting HTMX for UI interactivity](https://misago-project.org/t/removing-reactjs-from-the-codebase-and-adapting-htmx-for-ui-interactivity/1267/)

I've created a ton of "Remove React.js from..." tasks. In next release I will remove React.js from categories (#1683) because that one is easiest to do. After that I'll prioritize,...

It's also worth it to see what phpBB3, Discourse and Invision Community are doing here.

Django auth has a token generation utility that encodes user's id, email, password, last login and a timestamp. This is same data that Misago uses. But maybe the issue is...

I am also unable to reproduce this issue on Misago forums (its working there) nor on reporter's site (because it's not sending emails).

Related to #1536 which will move email sending to celery tasks queue. So this task will only be needed for remaining email sending logic: - Welcome email - Activation email...