Moritz Schepp
Moritz Schepp
@ginkel, I'm seeing the same issue (`Remote: Checking repository transaction due to previous error: raw readinto() returned invalid length 5501616110 (should have been between 0 and 3307864064)`) on a hetzner...
> @moritzschepp The last time this happened this seemed to have been a sporadic glitch, i.e., a `borg check` I ran after the error happened (and all other repo operations)...
There should also be a way to add more than one tag to the search box (which is possible already, but it is considered as a single tag)
To my experience its very rare, that you actually want to sort according to some attribute of a media entity (except created_at), because this sort order is always global to...
Properties on relationships are just values, no label. For now, we can't sort by those because they are serialized within a text column. Their purpose was originally to provide a...
Oh I see. Can't you do a bit more magic on the client and then sorting works with the array? Something like ``` entity.properties[0].split(/\s+:\s/)[1]` ``` and then sort by the...
What I have seen is people using it for further qualifying the relationship like in "Image - depicts -> house" where the relationship could have a property "view from east"....
... if it shows the whole page ;)
We just talked about this again and we thought it to be most straight forward to implement a position field on the relationships to make the order customizable. For the...
Ok, I will make the enter key trigger the "Save" action.