Berbe
Berbe
@elrido > The keyword needs to be `3day`, not `3days`. This corrected the problem indeed. Thanks! @rugk @elrido However, looking at the code, the application is *not* supposed to fail,...
> This is a configuration value - it is up to the admin to configure a valid value. I beg to differ: it is up to the application to validate...
The problem is just being moved from the `openttd.cfg` to another, unspecified, file. Your base problem is having the configuration mounted RO. If you write to another file containing bans,...
@mikebudzynski I immediately forwarded your answer internally and a support case will be open in order to dig through instance logs. In the meantime, I left the affected instance untouched...
The last steps are even more worrying, as they seem to permanently break the administrative view refresh from content upload or revisions switch. This was the main problem leading to...
Because content needs to be edited/generated through the WYSIWYG tool part of the developer portal instance, content download/upload through scripts can only be used as a disaster recovery mechanism. The...
What do you mean by "personal information"?
I would add that if the uploader ID is not tied to the user's name *and* it is being regularly rotated, even if specific actions are related to a specific...
# Description It seems I am running against a similar problem with another piece of bytecode, this time a Python 2.7 one, using `uncompyle6 3.9.0a1` (source code from GitHub, current...
Since it seems only `CreateErrorDialog` is impacted, could it be related to the fact there seems to be a missing `secondaryText` argument to the embedded call to `GtkDialog`? https://github.com/Ryujinx/Ryujinx/blob/1.1.1284/src/Ryujinx.Gtk3/UI/Widgets/GtkDialog.cs#L57 shows:...