Rafał Pitoń

Results 305 comments of Rafał Pitoń

Closing as dupe of #236 I have a plan for Misago future site to be Docusaurus 2 powered and combine both docs and marketing. But I'll get to it after...

This would be easy as pie to implement in Misago once AST-based parser is backported from v4 branch, in #1480

I would like for this to be a plugin shipped with `misago-docker` and not part of the core.

What's happening currently is there are two separate filesize checks: - Check against user's upload limit, coming from their permissions - Check against attachment type upload limit, coming from file...

Misago 0.35 shipped with new hamburger menu, which includes top level categories. On wide screens we could always populate left hand side with categories menu, like how Flarum or Bungie...

@NeurlAP its on the agenda for next meeting, which should happen next week. I'll post an update when there is one.

@NeurlAP we've discussed the course of action for this issue and we've decided the following: 1. Verify that #1413 will not break the FastAPI 2. Merge the #1413 3. Update...

I've updated the PR. Not sure if in tests we want to set initial size to literal value, or do `stream.getbuffer().nbytes`. But I've went with literal.

I've updated `UploadFile` to make `size` optional. If initial value is not provided, then `size` is no longer calculated.