UlrichB22

Results 131 comments of UlrichB22

@sebix can we close this issue?

The fix breaks the user view from the navigation bar. This is available for everybody and uses the view `'+admin/user'` and results in a `'You are not allowed to access...

@sebix: Do you have an idea how to simplify the code regarding the different contenttypes?

I think it is the same area that I changed in #1741. The condition to check whether files are copied as raw item or rendered from markup is based on...

@roland-ruedenauer, I want to test your PR. Can you please help me to reproduce this issue? Which content type should I choose in the following step? > Upload a .drawio...

I was able to reproduce the issue when I used the “New Item” button in the “Global index”.

I could reproduce the error: ``` moin create-instance moin index-create moin welcome moin run ``` Test atom feed: http://localhost:5000/+feed/atom Error in log: ``` File "/home/moindev/moin/src/moin/storage/middleware/indexing.py", line 121, in get_indexer raise...

The PR above is a proposal for discussion. I have renamed the function get_indexer() and removed the timeout handling. All situations I know of where we received the `'overload or...

I tried locust on Debian 12 and got 2 "overload" failures (with master branch). This was my setup: ``` myhost/INFO/locust.main: Starting Locust 2.24.1 myhost/INFO/locust.runners: Ramping to 8 users at a...

IMO we should close this issue, as the cause of the “server overload...” errors was incorrect metadata, which has been fixed in the meantime. Than we should create two new...