Results 229 issues of Nutomic

The received activities are only stored in order to avoid processing the same incoming activity multiple times. For this purpose it is completely unnecessary to store the data. So we...

These traits arent necessary anymore now that websocket is removed. Removing them allows us to use normal actix http handler methods which are much more flexible, and allow using different...

This significantly speeds up builds: - with strip symbols and debug 0: 43s - without: 169s

I noticed that incremental builds are now much slower than they used to be, so I did some testing. Im doing this with the following commands: ```bash # make sure...

area: maintenance

I'm getting a lot of questions by uploaders that want to know the time until an upload of theirs is transcoded. Unfortunately, this is almost impossible to estimate, because there...

Type: Feature Request :sparkles:
Component: Transcoding

Post url should be removed by setting it to `Some(None)` on PostUpdateForm. But for federation we use PostInsertForm as there is no way to distinguish between insert and update. The...

### Requirements - [X] Is this a feature request? For questions or discussions use https://lemmy.ml/c/lemmy_support - [X] Did you check to see if this issue already exists? - [X] Is...

enhancement
area: sorting

This error type is used in some random places, sometimes without any error message. It makes debugging unnecessarily complicated and could be removed using more specific error types and `.map_err()`....

area: maintenance

### Requirements - [X] Is this a bug report? For questions or discussions use https://lemmy.ml/c/lemmy_support - [X] Did you check to see if this issue already exists? - [X] Is...

area: maintenance

### Requirements - [X] Is this a bug report? For questions or discussions use https://lemmy.ml/c/lemmy_support - [X] Did you check to see if this issue already exists? - [X] Is...

bug
area: federation