Results 335 comments of David Auer

The table is empty on my testing and prod instance, there is a slight difference in the key: ``` mysql> use humhub_prod Database changed mysql> describe group_space; +----------+------+------+-----+---------+----------------+ | Field...

After a faithful `drop table group_space;` the migrations went through and all looks good. ("Search index rebuild in progress." is taking some time now, not sure if I should wait...

Subsequent update also worked fine for me, so in cases where the table is empty anyway the "drop table" seems like a good workaround. Let me know if you need...

The URL is fine with me, just a statement for which "versions" of dnf this is or isn't applicable would be great. If I understand correctly, this page is as...

From what I understand this "one additional thing" is - in the technical perspective - very different from what PDF Arranger is currently doing. Thanks for the suggestion but I...

I understand your feature request but I don't think this is something we are going to implement in the foreseeable future. But let's see what the others think. Did you...

Sounds easy on the coding side, but the UI side is worrying me. How can we communicate the ups and downs of such a feature clearly without overloading the UI?...

I obviously didn't know what the "document structure tree" really means and entails, thanks for the clarifications and explanations :)

This actually worked like a charm, I also added a command to open the config file, at least with gedit as default editor it works great 🥳 (Gedit shows no...

Now I've got another feature request in mind to allow multiline commands 😆 This currently does *not* work: ``` r,bash -c "xdg-open ~/.config/run-or-raise/shortcuts.conf && \ gnome-extensions disable [email protected] && \...