RoccoSmit

Results 73 comments of RoccoSmit

As an initial way of "hiding" tags you could updates the tags you don't want to see to be nested and change to tree view. This way you will need...

You can click on the empty spaces next to the image to navigate to the previous/next image (will need to look into why there are no navigation buttons). Note: when...

You can try adding your own CSS to limit timeline image sizes Go to `settings` -> `system` -> `additional style` and add ``` .flex.flex-col.justify-start.items-start.w-full.max-w-full img { max-height: 200px; } ```...

the CSS selector only looks for images in the red box ![image](https://github.com/user-attachments/assets/1346612c-ec2a-401c-b272-ea5bbcc4d32e) When you click the image it opens in a dialog that does not live in the red box...

What type of resources (attachments) are you viewing? Images? And, do you get these errors when looking at new resources (ones you haven't looked at before) or does it happen...

I was wondering if the new thumbnail feature was causing this, but if it happens before 0.22.5 then it's something else

I've not been able to reproduce this, if I had to take a stab in the dark it would be something to do with your browser telling the server to...

@ozls do you always have the same successful web request before the first `ERROR server error method=/memos.api.v1.ResourceService/GetResourceBinary` or are they different

I tried, but could not reproduce the issue on my end for debugging

Still not able to replicate to debug/fix What are the memory resources allocated to your docker instances. OP mentioned their issue stopped when they stopped restarting the container. Wondering if...