| 2 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1378
+user: Proxies\__CG__\App\Entity\User {#1371 …}
+entry: App\Entity\Entry {#1856 …}
+magazine: App\Entity\Magazine {#312
+icon: Proxies\__CG__\App\Entity\Image {#293 …}
+name: "linuxmemes@lemmy.world"
+title: "linuxmemes"
+description: """
Hint: `:q!`\n
\n
---\n
\n
Sister communities:* [LemmyMemes](https://lemmy.world/c/memes@lemmy.world): Memes * [LemmyShitpost](https://lemmy.world/c/lemmyshitpost): Anything and everything goes. * [RISA](https://startrek.website/c/risa): Star Trek memes and shitposts\n
\n
---\n
\n
Community rules (click to expand) :::spoiler 1. Follow the site-wide rules\n
\n
- Instance-wide TOS: [legal.lemmy.world/tos/](https://legal.lemmy.world/tos/)\n
- Lemmy code of conduct: [join-lemmy.org/docs/code_of_conduct.html](https://join-lemmy.org/docs/code_of_conduct.html)::: :::spoiler 2. Be civil\n
- Understand the difference between a joke and an insult.\n
- Do not harrass or attack members of the community *for any reason*.\n
- Leave remarks of “peasantry” to the PCMR community. If you dislike an OS/service/application, attack the *thing* you dislike, not the individuals who use it. Some people may not have a choice.\n
- Bigotry will not be tolerated.\n
- These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment. :::\n
\n
3. Post Linux-related content- Including Unix and BSD. - Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of `sudo` in Windows. - No porn. Even if you watch it on a Linux machine.\n
\n
:::spoiler 4. No recent reposts\n
\n
- Everybody uses Arch btw, can’t quit Vim, and wants to interject for a moment. You can stop now. :::\n
\n
---\n
\n
Please report posts and comments that break these rules!
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 420
+entryCommentCount: 13249
+postCount: 1
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729578682 {#320
date: 2024-10-22 08:31:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#284 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#280 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#269 …}
+entries: Doctrine\ORM\PersistentCollection {#227 …}
+posts: Doctrine\ORM\PersistentCollection {#185 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#247 …}
+bans: Doctrine\ORM\PersistentCollection {#164 …}
+reports: Doctrine\ORM\PersistentCollection {#150 …}
+badges: Doctrine\ORM\PersistentCollection {#128 …}
+logs: Doctrine\ORM\PersistentCollection {#118 …}
+awards: Doctrine\ORM\PersistentCollection {#107 …}
+categories: Doctrine\ORM\PersistentCollection {#94 …}
-id: 83
+apId: "linuxmemes@lemmy.world"
+apProfileId: "https://lemmy.world/c/linuxmemes"
+apPublicUrl: "https://lemmy.world/c/linuxmemes"
+apFollowersUrl: "https://lemmy.world/c/linuxmemes/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "linuxmemes"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729459896 {#321
date: 2024-10-20 23:31:36.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1699095615 {#315
date: 2023-11-04 12:00:15.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: """
This is always the first thing I get set up:\n
\n
`# focus next available workspace on this output`\n
\n
> bindsym $mod+q exec --no-startup-id ws=$(i3-msg -t get_workspaces | jq ‘.[] | select(.focused) | .num’) && ofs=$(i3-msg -t get_outputs | jq ‘map(select(.active)) | length’) && i3-msg workspace $(($ws-$ofs))\n
\n
> bindsym $mod+w exec --no-startup-id ws=$(i3-msg -t get_workspaces | jq ‘.[] | select(.focused) | .num’) && ofs=$(i3-msg -t get_outputs | jq ‘map(select(.active)) | length’) && i3-msg workspace $(($ws+$ofs))\n
\n
`# move window to next available workspace on this output`\n
\n
> bindsym $mod+Shift+q exec --no-startup-id ws=$(i3-msg -t get_workspaces | jq ‘.[] | select(.focused) | .num’) && ofs=$(i3-msg -t get_outputs | jq ‘map(select(.active)) | length’) && dest=$(($ws-$ofs)) && i3-msg move workspace $dest && i3-msg workspace $dest\n
\n
> bindsym $mod+Shift+w exec --no-startup-id ws=$(i3-msg -t get_workspaces | jq ‘.[] | select(.focused) | .num’) && ofs=$(i3-msg -t get_outputs | jq ‘map(select(.active)) | length’) && dest=$(($ws+$ofs)) && i3-msg move workspace $dest && i3-msg workspace $dest\n
\n
Works with sway if you replace i3-msg with swaymsg (and remove --no-startup-id, since it’s not needed for Wayland).\n
\n
Edit: ampersand issues, trying quote instead of code block
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1699725813 {#1769
date: 2023-11-11 19:03:33.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@ElCanut@jlai.lu"
]
+children: Doctrine\ORM\PersistentCollection {#1375 …}
+nested: Doctrine\ORM\PersistentCollection {#1400 …}
+votes: Doctrine\ORM\PersistentCollection {#2428 …}
+reports: Doctrine\ORM\PersistentCollection {#1904 …}
+favourites: Doctrine\ORM\PersistentCollection {#60 …}
+notifications: Doctrine\ORM\PersistentCollection {#2487 …}
-id: 107498
-bodyTs: "'activ':47,84,131,177 'alway':3 'ampersand':218 'avail':13,96 'bindsym':18,55,101,147 'block':225 'code':224 'dest':133,141,146,179,187,192 'edit':217 'exec':21,58,105,151 'first':5 'focus':11,35,72,119,165 'get':8,31,42,68,79,115,126,161,172 'i3':28,39,50,65,76,87,112,123,137,143,158,169,183,189,200 'i3-msg':27,38,49,64,75,86,111,122,136,142,157,168,182,188,199 'id':25,62,109,155,209 'instead':222 'issu':219 'jq':33,44,70,81,117,128,163,174 'length':48,85,132,178 'map':45,82,129,175 'mod':19,56,102,148 'move':92,139,185 'msg':29,40,51,66,77,88,113,124,138,144,159,170,184,190,201 'need':214 'next':12,95 'no-startup-id':22,59,106,152,206 'num':36,73,120,166 'of':37,54,74,91,121,135,167,181 'output':17,43,80,100,127,173 'q':20,104 'quot':221 'remov':205 'replac':198 'select':34,46,71,83,118,130,164,176 'set':9 'shift':103,149 'sinc':210 'startup':24,61,108,154,208 'sway':195 'swaymsg':203 'thing':6 'tri':220 'w':57,150 'wayland':216 'window':93 'work':193 'workspac':14,32,52,69,89,97,116,140,145,162,186,191 'ws':26,53,63,90,110,134,156,180"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://fl0w.cc/comment/1915122"
+editedAt: DateTimeImmutable @1699699427 {#1969
date: 2023-11-11 11:43:47.0 +01:00
}
+createdAt: DateTimeImmutable @1699622975 {#1399
date: 2023-11-10 14:29:35.0 +01:00
}
} |
| 3 |
DENIED
|
edit
|
App\Entity\EntryComment {#1378
+user: Proxies\__CG__\App\Entity\User {#1371 …}
+entry: App\Entity\Entry {#1856 …}
+magazine: App\Entity\Magazine {#312
+icon: Proxies\__CG__\App\Entity\Image {#293 …}
+name: "linuxmemes@lemmy.world"
+title: "linuxmemes"
+description: """
Hint: `:q!`\n
\n
---\n
\n
Sister communities:* [LemmyMemes](https://lemmy.world/c/memes@lemmy.world): Memes * [LemmyShitpost](https://lemmy.world/c/lemmyshitpost): Anything and everything goes. * [RISA](https://startrek.website/c/risa): Star Trek memes and shitposts\n
\n
---\n
\n
Community rules (click to expand) :::spoiler 1. Follow the site-wide rules\n
\n
- Instance-wide TOS: [legal.lemmy.world/tos/](https://legal.lemmy.world/tos/)\n
- Lemmy code of conduct: [join-lemmy.org/docs/code_of_conduct.html](https://join-lemmy.org/docs/code_of_conduct.html)::: :::spoiler 2. Be civil\n
- Understand the difference between a joke and an insult.\n
- Do not harrass or attack members of the community *for any reason*.\n
- Leave remarks of “peasantry” to the PCMR community. If you dislike an OS/service/application, attack the *thing* you dislike, not the individuals who use it. Some people may not have a choice.\n
- Bigotry will not be tolerated.\n
- These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment. :::\n
\n
3. Post Linux-related content- Including Unix and BSD. - Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of `sudo` in Windows. - No porn. Even if you watch it on a Linux machine.\n
\n
:::spoiler 4. No recent reposts\n
\n
- Everybody uses Arch btw, can’t quit Vim, and wants to interject for a moment. You can stop now. :::\n
\n
---\n
\n
Please report posts and comments that break these rules!
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 420
+entryCommentCount: 13249
+postCount: 1
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729578682 {#320
date: 2024-10-22 08:31:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#284 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#280 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#269 …}
+entries: Doctrine\ORM\PersistentCollection {#227 …}
+posts: Doctrine\ORM\PersistentCollection {#185 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#247 …}
+bans: Doctrine\ORM\PersistentCollection {#164 …}
+reports: Doctrine\ORM\PersistentCollection {#150 …}
+badges: Doctrine\ORM\PersistentCollection {#128 …}
+logs: Doctrine\ORM\PersistentCollection {#118 …}
+awards: Doctrine\ORM\PersistentCollection {#107 …}
+categories: Doctrine\ORM\PersistentCollection {#94 …}
-id: 83
+apId: "linuxmemes@lemmy.world"
+apProfileId: "https://lemmy.world/c/linuxmemes"
+apPublicUrl: "https://lemmy.world/c/linuxmemes"
+apFollowersUrl: "https://lemmy.world/c/linuxmemes/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "linuxmemes"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729459896 {#321
date: 2024-10-20 23:31:36.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1699095615 {#315
date: 2023-11-04 12:00:15.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: """
This is always the first thing I get set up:\n
\n
`# focus next available workspace on this output`\n
\n
> bindsym $mod+q exec --no-startup-id ws=$(i3-msg -t get_workspaces | jq ‘.[] | select(.focused) | .num’) && ofs=$(i3-msg -t get_outputs | jq ‘map(select(.active)) | length’) && i3-msg workspace $(($ws-$ofs))\n
\n
> bindsym $mod+w exec --no-startup-id ws=$(i3-msg -t get_workspaces | jq ‘.[] | select(.focused) | .num’) && ofs=$(i3-msg -t get_outputs | jq ‘map(select(.active)) | length’) && i3-msg workspace $(($ws+$ofs))\n
\n
`# move window to next available workspace on this output`\n
\n
> bindsym $mod+Shift+q exec --no-startup-id ws=$(i3-msg -t get_workspaces | jq ‘.[] | select(.focused) | .num’) && ofs=$(i3-msg -t get_outputs | jq ‘map(select(.active)) | length’) && dest=$(($ws-$ofs)) && i3-msg move workspace $dest && i3-msg workspace $dest\n
\n
> bindsym $mod+Shift+w exec --no-startup-id ws=$(i3-msg -t get_workspaces | jq ‘.[] | select(.focused) | .num’) && ofs=$(i3-msg -t get_outputs | jq ‘map(select(.active)) | length’) && dest=$(($ws+$ofs)) && i3-msg move workspace $dest && i3-msg workspace $dest\n
\n
Works with sway if you replace i3-msg with swaymsg (and remove --no-startup-id, since it’s not needed for Wayland).\n
\n
Edit: ampersand issues, trying quote instead of code block
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1699725813 {#1769
date: 2023-11-11 19:03:33.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@ElCanut@jlai.lu"
]
+children: Doctrine\ORM\PersistentCollection {#1375 …}
+nested: Doctrine\ORM\PersistentCollection {#1400 …}
+votes: Doctrine\ORM\PersistentCollection {#2428 …}
+reports: Doctrine\ORM\PersistentCollection {#1904 …}
+favourites: Doctrine\ORM\PersistentCollection {#60 …}
+notifications: Doctrine\ORM\PersistentCollection {#2487 …}
-id: 107498
-bodyTs: "'activ':47,84,131,177 'alway':3 'ampersand':218 'avail':13,96 'bindsym':18,55,101,147 'block':225 'code':224 'dest':133,141,146,179,187,192 'edit':217 'exec':21,58,105,151 'first':5 'focus':11,35,72,119,165 'get':8,31,42,68,79,115,126,161,172 'i3':28,39,50,65,76,87,112,123,137,143,158,169,183,189,200 'i3-msg':27,38,49,64,75,86,111,122,136,142,157,168,182,188,199 'id':25,62,109,155,209 'instead':222 'issu':219 'jq':33,44,70,81,117,128,163,174 'length':48,85,132,178 'map':45,82,129,175 'mod':19,56,102,148 'move':92,139,185 'msg':29,40,51,66,77,88,113,124,138,144,159,170,184,190,201 'need':214 'next':12,95 'no-startup-id':22,59,106,152,206 'num':36,73,120,166 'of':37,54,74,91,121,135,167,181 'output':17,43,80,100,127,173 'q':20,104 'quot':221 'remov':205 'replac':198 'select':34,46,71,83,118,130,164,176 'set':9 'shift':103,149 'sinc':210 'startup':24,61,108,154,208 'sway':195 'swaymsg':203 'thing':6 'tri':220 'w':57,150 'wayland':216 'window':93 'work':193 'workspac':14,32,52,69,89,97,116,140,145,162,186,191 'ws':26,53,63,90,110,134,156,180"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://fl0w.cc/comment/1915122"
+editedAt: DateTimeImmutable @1699699427 {#1969
date: 2023-11-11 11:43:47.0 +01:00
}
+createdAt: DateTimeImmutable @1699622975 {#1399
date: 2023-11-10 14:29:35.0 +01:00
}
} |
| 4 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1378
+user: Proxies\__CG__\App\Entity\User {#1371 …}
+entry: App\Entity\Entry {#1856 …}
+magazine: App\Entity\Magazine {#312
+icon: Proxies\__CG__\App\Entity\Image {#293 …}
+name: "linuxmemes@lemmy.world"
+title: "linuxmemes"
+description: """
Hint: `:q!`\n
\n
---\n
\n
Sister communities:* [LemmyMemes](https://lemmy.world/c/memes@lemmy.world): Memes * [LemmyShitpost](https://lemmy.world/c/lemmyshitpost): Anything and everything goes. * [RISA](https://startrek.website/c/risa): Star Trek memes and shitposts\n
\n
---\n
\n
Community rules (click to expand) :::spoiler 1. Follow the site-wide rules\n
\n
- Instance-wide TOS: [legal.lemmy.world/tos/](https://legal.lemmy.world/tos/)\n
- Lemmy code of conduct: [join-lemmy.org/docs/code_of_conduct.html](https://join-lemmy.org/docs/code_of_conduct.html)::: :::spoiler 2. Be civil\n
- Understand the difference between a joke and an insult.\n
- Do not harrass or attack members of the community *for any reason*.\n
- Leave remarks of “peasantry” to the PCMR community. If you dislike an OS/service/application, attack the *thing* you dislike, not the individuals who use it. Some people may not have a choice.\n
- Bigotry will not be tolerated.\n
- These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment. :::\n
\n
3. Post Linux-related content- Including Unix and BSD. - Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of `sudo` in Windows. - No porn. Even if you watch it on a Linux machine.\n
\n
:::spoiler 4. No recent reposts\n
\n
- Everybody uses Arch btw, can’t quit Vim, and wants to interject for a moment. You can stop now. :::\n
\n
---\n
\n
Please report posts and comments that break these rules!
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 420
+entryCommentCount: 13249
+postCount: 1
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729578682 {#320
date: 2024-10-22 08:31:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#284 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#280 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#269 …}
+entries: Doctrine\ORM\PersistentCollection {#227 …}
+posts: Doctrine\ORM\PersistentCollection {#185 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#247 …}
+bans: Doctrine\ORM\PersistentCollection {#164 …}
+reports: Doctrine\ORM\PersistentCollection {#150 …}
+badges: Doctrine\ORM\PersistentCollection {#128 …}
+logs: Doctrine\ORM\PersistentCollection {#118 …}
+awards: Doctrine\ORM\PersistentCollection {#107 …}
+categories: Doctrine\ORM\PersistentCollection {#94 …}
-id: 83
+apId: "linuxmemes@lemmy.world"
+apProfileId: "https://lemmy.world/c/linuxmemes"
+apPublicUrl: "https://lemmy.world/c/linuxmemes"
+apFollowersUrl: "https://lemmy.world/c/linuxmemes/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "linuxmemes"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729459896 {#321
date: 2024-10-20 23:31:36.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1699095615 {#315
date: 2023-11-04 12:00:15.0 +01:00
}
}
+image: null
+parent: null
+root: null
+body: """
This is always the first thing I get set up:\n
\n
`# focus next available workspace on this output`\n
\n
> bindsym $mod+q exec --no-startup-id ws=$(i3-msg -t get_workspaces | jq ‘.[] | select(.focused) | .num’) && ofs=$(i3-msg -t get_outputs | jq ‘map(select(.active)) | length’) && i3-msg workspace $(($ws-$ofs))\n
\n
> bindsym $mod+w exec --no-startup-id ws=$(i3-msg -t get_workspaces | jq ‘.[] | select(.focused) | .num’) && ofs=$(i3-msg -t get_outputs | jq ‘map(select(.active)) | length’) && i3-msg workspace $(($ws+$ofs))\n
\n
`# move window to next available workspace on this output`\n
\n
> bindsym $mod+Shift+q exec --no-startup-id ws=$(i3-msg -t get_workspaces | jq ‘.[] | select(.focused) | .num’) && ofs=$(i3-msg -t get_outputs | jq ‘map(select(.active)) | length’) && dest=$(($ws-$ofs)) && i3-msg move workspace $dest && i3-msg workspace $dest\n
\n
> bindsym $mod+Shift+w exec --no-startup-id ws=$(i3-msg -t get_workspaces | jq ‘.[] | select(.focused) | .num’) && ofs=$(i3-msg -t get_outputs | jq ‘map(select(.active)) | length’) && dest=$(($ws+$ofs)) && i3-msg move workspace $dest && i3-msg workspace $dest\n
\n
Works with sway if you replace i3-msg with swaymsg (and remove --no-startup-id, since it’s not needed for Wayland).\n
\n
Edit: ampersand issues, trying quote instead of code block
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1699725813 {#1769
date: 2023-11-11 19:03:33.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@ElCanut@jlai.lu"
]
+children: Doctrine\ORM\PersistentCollection {#1375 …}
+nested: Doctrine\ORM\PersistentCollection {#1400 …}
+votes: Doctrine\ORM\PersistentCollection {#2428 …}
+reports: Doctrine\ORM\PersistentCollection {#1904 …}
+favourites: Doctrine\ORM\PersistentCollection {#60 …}
+notifications: Doctrine\ORM\PersistentCollection {#2487 …}
-id: 107498
-bodyTs: "'activ':47,84,131,177 'alway':3 'ampersand':218 'avail':13,96 'bindsym':18,55,101,147 'block':225 'code':224 'dest':133,141,146,179,187,192 'edit':217 'exec':21,58,105,151 'first':5 'focus':11,35,72,119,165 'get':8,31,42,68,79,115,126,161,172 'i3':28,39,50,65,76,87,112,123,137,143,158,169,183,189,200 'i3-msg':27,38,49,64,75,86,111,122,136,142,157,168,182,188,199 'id':25,62,109,155,209 'instead':222 'issu':219 'jq':33,44,70,81,117,128,163,174 'length':48,85,132,178 'map':45,82,129,175 'mod':19,56,102,148 'move':92,139,185 'msg':29,40,51,66,77,88,113,124,138,144,159,170,184,190,201 'need':214 'next':12,95 'no-startup-id':22,59,106,152,206 'num':36,73,120,166 'of':37,54,74,91,121,135,167,181 'output':17,43,80,100,127,173 'q':20,104 'quot':221 'remov':205 'replac':198 'select':34,46,71,83,118,130,164,176 'set':9 'shift':103,149 'sinc':210 'startup':24,61,108,154,208 'sway':195 'swaymsg':203 'thing':6 'tri':220 'w':57,150 'wayland':216 'window':93 'work':193 'workspac':14,32,52,69,89,97,116,140,145,162,186,191 'ws':26,53,63,90,110,134,156,180"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://fl0w.cc/comment/1915122"
+editedAt: DateTimeImmutable @1699699427 {#1969
date: 2023-11-11 11:43:47.0 +01:00
}
+createdAt: DateTimeImmutable @1699622975 {#1399
date: 2023-11-10 14:29:35.0 +01:00
}
} |