monolied
monolied
The steps are simply - under "Remote", add a remote host - under the crated remote host, "add jmx connection" - click said connection These are the same steps I...
Oh yeah, there is this in the logfile: `WARNING [org.netbeans.core.network.proxy.ProxyAutoConfig]: There was a catastrophic error with the PAC script downloaded from http://proxyconf.ourdomain/proxy.pac. Will use dummy instead. Error was : org.netbeans.core.network.proxy.pac.PacParsingException:...
I ended up using DS213_ECHO_v20.11.26.hex (after fully updating to official V1.27) and it worked; I got no brick and the roll option now. The 20.11.26.hex is considerably smaller than the...
Hm. Yes, I guess that's what I'd expect. Or the rules of engagement explained in the docs when it comes to using write_rich_string(). Ideally, I imagine, consecutive formats would just...
Same issue. I made a test with a ~6GB share. Syncing with client 3.26.0 takes about 15 seconds (on an older tablet with much less power); using client 3.28.0, same...
> we still have the old editor as a fallback if text is disabled Does that mean I can have the old editor somehow? Gotta say, I miss the raw...
I have a very similar issue. In my case, the tag "To review" (semantically the same as "Zur Prüfung") was created with a different language setting, which makes it easier...
OK, I dug into that a bit. Problem is following I guess. # 155 is the affected card. ``` nextcloud=# select * from oc_deck_assigned_labels where card_id=155; id | label_id |...
Given the structure of the tables and some design decisions (like making oc_deck_labels.id, oc_deck_assigned_labels.id etc a sequence), and the fact that these relations get broken up with a card move,...
Come to think of it, another (manual) workaround would be: Move the card back, remove all labels, move it to where it's supposed to be. That being said, I also...