Kai
Kai
Same as https://github.com/grafana/agent/issues/652 but for the Windows installer.
### How to use GitHub * Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are affected by the same issue. * Please don't comment if you have no relevant...
The UF config allows us to turn on user verification (`site.registration.require_email_verification`) but doesn´t reverify the email after the user changes it. This option is pretty useless if the user can...
We should add the engine as a parameter here: https://github.com/userfrosting/UserFrosting/blob/c78d17f4f439711af7a78c5ea9823a5ba7f995a0/app/sprinkles/core/config/default.php#L64-L76 And remove the parameters from all the migrations like: https://github.com/userfrosting/UserFrosting/blob/c78d17f4f439711af7a78c5ea9823a5ba7f995a0/app/sprinkles/account/src/Database/Migrations/v400/ActivitiesTable.php#L38-L40 That way one can simply change it to utf8mb4 for...
Sorry this is no real issue. But this screenshot is pretty funny https://nextcloud.com/wp-content/themes/next/assets/img/headers/collabora.jpg So this picture is showing a Mac running Windows with an Ubuntu? Firefox screenshot on it 😄
E.g. https://flathub.org/test123 doesn´t work correctly. It should simply redirect to the frontpage or show some kind of error page. A `**` route [here](https://github.com/flathub/linux-store-frontend/blob/master/src/app/app.routing.ts) should fix the problem i think. Ref:...
It would be pretty awesome to have dynamic widgets in the dashboard. For example https://troolee.github.io/gridstack.js/ could be used to achieve that.
**What happened**: I'm using an external Alertmanager in Grafana. After configuring the Mute / Active times via `time_intervals` on the root level Grafana shows an error message in the Unified...
### Description If i try to update an issue via: ``` curl --location --request PATCH 'http://localhost:3000/api/v1/repos/root/test/issues/1' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer ***' \ --data '{ "assignees": [],...
### Description On `/orgs/{org}/repos` the total count header can be wron if the user can not see some of the orgs repos. Also the limit parameter can be wrong too...