Maarten de Boer
Maarten de Boer
Make sure you have only one xdg-portal installed and that it's the correct one (either hyprland or wlr). Also see [here](https://wiki.archlinux.org/title/XDG_Desktop_Portal) and [here](https://wiki.archlinux.org/title/XDG_Desktop_Portal).
Please let me know if you want me to fix the merge conflicts. This PR hasn't had any attention so far afaik. So please, let me know if you want...
@nunomaduro Just a friendly reminder. It would be nice if someone could take a look at this as the original issue was opened on December 14 2024.
> How does this works with the native SQ scanning @freezy-sk? It owerwrites it in favor of phpcs or? No, in those cases you would see a duplicate issue. But...
Here is a JSON schema I wrote according to the specs at https://docs.sonarqube.org/latest/analysis/generic-issue/ ```json { "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "required": [ "issues" ], "properties": { "issues": { "type": "array", "items":...
We ran into the same issue surprisingly. I took the liberty to open a PR which proposes a fix and also includes a test case for this scenario. Hopefully this...
@tangrufus my PR was closed mentioning that it is fixed in 4.x 🥳
Aside from ordering by `RAND()`, I think a different (and possibly more database agnostic) approach would be to first `COUNT()` the number of rows, then pick a random number between...
@nikophil I will have a look this weekend! 👍🏻
Ah yes, I had a suspicion it was in there as it is such a trivial task, but wasn't sure. That will make things a _lot_ easier. But I will...