1 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
2 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1396
+user: Proxies\__CG__\App\Entity\User {#1911 …}
+entry: App\Entity\Entry {#1790 …}
+magazine: App\Entity\Magazine {#314
+icon: Proxies\__CG__\App\Entity\Image {#295 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#324
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#286 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#282 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#271 …}
+entries: Doctrine\ORM\PersistentCollection {#229 …}
+posts: Doctrine\ORM\PersistentCollection {#187 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#249 …}
+bans: Doctrine\ORM\PersistentCollection {#166 …}
+reports: Doctrine\ORM\PersistentCollection {#152 …}
+badges: Doctrine\ORM\PersistentCollection {#130 …}
+logs: Doctrine\ORM\PersistentCollection {#120 …}
+awards: Doctrine\ORM\PersistentCollection {#109 …}
+categories: Doctrine\ORM\PersistentCollection {#96 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#318
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#317
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2355 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2355 …}
+body: """
I think [it was done on purpose](https://gitlab.xfce.org/apps/mousepad/-/issues/181).\n
\n
Anyway… I figured out a workaround in my script. By focusing one of the windows on the current workspace before I open a new tab it seems to make it the preferred window. It’s not foolproof, sometimes it still selects one of the other windows, but it’s close enough.\n
\n
Here’s the script in case anybody needs it, should work with any editor that has some sort of `-tab` and `-window` options if you grep for the correct window name:\n
\n
```\n
\n
<span style="color:#323232;">#!/bin/bash\n
</span><span style="color:#323232;">WORKSPACE=$(\n
</span><span style="color:#323232;">\twmctrl -d |\n
</span><span style="color:#323232;">\tgrep '*' |\n
</span><span style="color:#323232;">\tawk '{print $1}'\n
</span><span style="color:#323232;">)\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">WINID=$(\n
</span><span style="color:#323232;">\twmctrl -l |\n
</span><span style="color:#323232;">\tgrep ' - Mousepad' |\n
</span><span style="color:#323232;">\tgrep -E "s${WORKSPACE}s"|\n
</span><span style="color:#323232;">\ttail -1|\n
</span><span style="color:#323232;">\tawk '{print $1}'\n
</span><span style="color:#323232;">)\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">if [ -z "$WINID" ]; then\n
</span><span style="color:#323232;">\texec /usr/bin/mousepad -o window "$@"\n
</span><span style="color:#323232;">else\n
</span><span style="color:#323232;">\twmctrl -i -a "$WINID" && \n
</span><span style="color:#323232;">\tsleep 0.5 && \n
</span><span style="color:#323232;">\texec /usr/bin/mousepad -o tab "$@"\n
</span><span style="color:#323232;">fi\n
</span>\n
```
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700583998 {#1768
date: 2023-11-21 17:26:38.0 +01:00
}
+ip: null
+tags: [
"323232"
]
+mentions: [
"@lemmyvore@feddit.nl"
"@ipsirc@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2288 …}
+nested: Doctrine\ORM\PersistentCollection {#2357 …}
+votes: Doctrine\ORM\PersistentCollection {#2429 …}
+reports: Doctrine\ORM\PersistentCollection {#2442 …}
+favourites: Doctrine\ORM\PersistentCollection {#2409 …}
+notifications: Doctrine\ORM\PersistentCollection {#2358 …}
-id: 147439
-bodyTs: "'-1':112 '/apps/mousepad/-/issues/181).':10 '/bin/bash':93 '/usr/bin/mousepad':121,132 '0.5':130 '1':100,115 'anybodi':68 'anyway':11 'awk':98,113 'case':67 'close':60 'correct':90 'current':28 'd':96 'done':5 'e':107 'editor':75 'els':124 'enough':61 'exec':120,131 'fi':135 'figur':13 'focus':21 'foolproof':47 'gitlab.xfce.org':9 'gitlab.xfce.org/apps/mousepad/-/issues/181).':8 'grep':87,97,104,106 'l':103 'make':39 'mousepad':105 'name':92 'need':69 'new':34 'o':122,133 'one':22,52 'open':32 'option':84 'prefer':42 'print':99,114 'purpos':7 'script':19,65 'seem':37 'select':51 'sleep':129 'sometim':48 'sort':79 'still':50 'tab':35,81,134 'tail':111 'think':2 'window':25,43,56,83,91,123 'winid':101,118,128 'wmctrl':95,102,125 'work':72 'workaround':16 'workspac':29,94,109 'z':117"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.nl/comment/4761994"
+editedAt: null
+createdAt: DateTimeImmutable @1700583998 {#1938
date: 2023-11-21 17:26:38.0 +01:00
}
} |
|
Show voter details
|
3 |
DENIED
|
edit
|
App\Entity\EntryComment {#1396
+user: Proxies\__CG__\App\Entity\User {#1911 …}
+entry: App\Entity\Entry {#1790 …}
+magazine: App\Entity\Magazine {#314
+icon: Proxies\__CG__\App\Entity\Image {#295 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#324
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#286 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#282 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#271 …}
+entries: Doctrine\ORM\PersistentCollection {#229 …}
+posts: Doctrine\ORM\PersistentCollection {#187 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#249 …}
+bans: Doctrine\ORM\PersistentCollection {#166 …}
+reports: Doctrine\ORM\PersistentCollection {#152 …}
+badges: Doctrine\ORM\PersistentCollection {#130 …}
+logs: Doctrine\ORM\PersistentCollection {#120 …}
+awards: Doctrine\ORM\PersistentCollection {#109 …}
+categories: Doctrine\ORM\PersistentCollection {#96 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#318
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#317
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2355 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2355 …}
+body: """
I think [it was done on purpose](https://gitlab.xfce.org/apps/mousepad/-/issues/181).\n
\n
Anyway… I figured out a workaround in my script. By focusing one of the windows on the current workspace before I open a new tab it seems to make it the preferred window. It’s not foolproof, sometimes it still selects one of the other windows, but it’s close enough.\n
\n
Here’s the script in case anybody needs it, should work with any editor that has some sort of `-tab` and `-window` options if you grep for the correct window name:\n
\n
```\n
\n
<span style="color:#323232;">#!/bin/bash\n
</span><span style="color:#323232;">WORKSPACE=$(\n
</span><span style="color:#323232;">\twmctrl -d |\n
</span><span style="color:#323232;">\tgrep '*' |\n
</span><span style="color:#323232;">\tawk '{print $1}'\n
</span><span style="color:#323232;">)\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">WINID=$(\n
</span><span style="color:#323232;">\twmctrl -l |\n
</span><span style="color:#323232;">\tgrep ' - Mousepad' |\n
</span><span style="color:#323232;">\tgrep -E "s${WORKSPACE}s"|\n
</span><span style="color:#323232;">\ttail -1|\n
</span><span style="color:#323232;">\tawk '{print $1}'\n
</span><span style="color:#323232;">)\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">if [ -z "$WINID" ]; then\n
</span><span style="color:#323232;">\texec /usr/bin/mousepad -o window "$@"\n
</span><span style="color:#323232;">else\n
</span><span style="color:#323232;">\twmctrl -i -a "$WINID" && \n
</span><span style="color:#323232;">\tsleep 0.5 && \n
</span><span style="color:#323232;">\texec /usr/bin/mousepad -o tab "$@"\n
</span><span style="color:#323232;">fi\n
</span>\n
```
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700583998 {#1768
date: 2023-11-21 17:26:38.0 +01:00
}
+ip: null
+tags: [
"323232"
]
+mentions: [
"@lemmyvore@feddit.nl"
"@ipsirc@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2288 …}
+nested: Doctrine\ORM\PersistentCollection {#2357 …}
+votes: Doctrine\ORM\PersistentCollection {#2429 …}
+reports: Doctrine\ORM\PersistentCollection {#2442 …}
+favourites: Doctrine\ORM\PersistentCollection {#2409 …}
+notifications: Doctrine\ORM\PersistentCollection {#2358 …}
-id: 147439
-bodyTs: "'-1':112 '/apps/mousepad/-/issues/181).':10 '/bin/bash':93 '/usr/bin/mousepad':121,132 '0.5':130 '1':100,115 'anybodi':68 'anyway':11 'awk':98,113 'case':67 'close':60 'correct':90 'current':28 'd':96 'done':5 'e':107 'editor':75 'els':124 'enough':61 'exec':120,131 'fi':135 'figur':13 'focus':21 'foolproof':47 'gitlab.xfce.org':9 'gitlab.xfce.org/apps/mousepad/-/issues/181).':8 'grep':87,97,104,106 'l':103 'make':39 'mousepad':105 'name':92 'need':69 'new':34 'o':122,133 'one':22,52 'open':32 'option':84 'prefer':42 'print':99,114 'purpos':7 'script':19,65 'seem':37 'select':51 'sleep':129 'sometim':48 'sort':79 'still':50 'tab':35,81,134 'tail':111 'think':2 'window':25,43,56,83,91,123 'winid':101,118,128 'wmctrl':95,102,125 'work':72 'workaround':16 'workspac':29,94,109 'z':117"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.nl/comment/4761994"
+editedAt: null
+createdAt: DateTimeImmutable @1700583998 {#1938
date: 2023-11-21 17:26:38.0 +01:00
}
} |
|
Show voter details
|
4 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1396
+user: Proxies\__CG__\App\Entity\User {#1911 …}
+entry: App\Entity\Entry {#1790 …}
+magazine: App\Entity\Magazine {#314
+icon: Proxies\__CG__\App\Entity\Image {#295 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#324
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#286 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#282 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#271 …}
+entries: Doctrine\ORM\PersistentCollection {#229 …}
+posts: Doctrine\ORM\PersistentCollection {#187 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#249 …}
+bans: Doctrine\ORM\PersistentCollection {#166 …}
+reports: Doctrine\ORM\PersistentCollection {#152 …}
+badges: Doctrine\ORM\PersistentCollection {#130 …}
+logs: Doctrine\ORM\PersistentCollection {#120 …}
+awards: Doctrine\ORM\PersistentCollection {#109 …}
+categories: Doctrine\ORM\PersistentCollection {#96 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#318
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#317
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2355 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2355 …}
+body: """
I think [it was done on purpose](https://gitlab.xfce.org/apps/mousepad/-/issues/181).\n
\n
Anyway… I figured out a workaround in my script. By focusing one of the windows on the current workspace before I open a new tab it seems to make it the preferred window. It’s not foolproof, sometimes it still selects one of the other windows, but it’s close enough.\n
\n
Here’s the script in case anybody needs it, should work with any editor that has some sort of `-tab` and `-window` options if you grep for the correct window name:\n
\n
```\n
\n
<span style="color:#323232;">#!/bin/bash\n
</span><span style="color:#323232;">WORKSPACE=$(\n
</span><span style="color:#323232;">\twmctrl -d |\n
</span><span style="color:#323232;">\tgrep '*' |\n
</span><span style="color:#323232;">\tawk '{print $1}'\n
</span><span style="color:#323232;">)\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">WINID=$(\n
</span><span style="color:#323232;">\twmctrl -l |\n
</span><span style="color:#323232;">\tgrep ' - Mousepad' |\n
</span><span style="color:#323232;">\tgrep -E "s${WORKSPACE}s"|\n
</span><span style="color:#323232;">\ttail -1|\n
</span><span style="color:#323232;">\tawk '{print $1}'\n
</span><span style="color:#323232;">)\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">if [ -z "$WINID" ]; then\n
</span><span style="color:#323232;">\texec /usr/bin/mousepad -o window "$@"\n
</span><span style="color:#323232;">else\n
</span><span style="color:#323232;">\twmctrl -i -a "$WINID" && \n
</span><span style="color:#323232;">\tsleep 0.5 && \n
</span><span style="color:#323232;">\texec /usr/bin/mousepad -o tab "$@"\n
</span><span style="color:#323232;">fi\n
</span>\n
```
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700583998 {#1768
date: 2023-11-21 17:26:38.0 +01:00
}
+ip: null
+tags: [
"323232"
]
+mentions: [
"@lemmyvore@feddit.nl"
"@ipsirc@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2288 …}
+nested: Doctrine\ORM\PersistentCollection {#2357 …}
+votes: Doctrine\ORM\PersistentCollection {#2429 …}
+reports: Doctrine\ORM\PersistentCollection {#2442 …}
+favourites: Doctrine\ORM\PersistentCollection {#2409 …}
+notifications: Doctrine\ORM\PersistentCollection {#2358 …}
-id: 147439
-bodyTs: "'-1':112 '/apps/mousepad/-/issues/181).':10 '/bin/bash':93 '/usr/bin/mousepad':121,132 '0.5':130 '1':100,115 'anybodi':68 'anyway':11 'awk':98,113 'case':67 'close':60 'correct':90 'current':28 'd':96 'done':5 'e':107 'editor':75 'els':124 'enough':61 'exec':120,131 'fi':135 'figur':13 'focus':21 'foolproof':47 'gitlab.xfce.org':9 'gitlab.xfce.org/apps/mousepad/-/issues/181).':8 'grep':87,97,104,106 'l':103 'make':39 'mousepad':105 'name':92 'need':69 'new':34 'o':122,133 'one':22,52 'open':32 'option':84 'prefer':42 'print':99,114 'purpos':7 'script':19,65 'seem':37 'select':51 'sleep':129 'sometim':48 'sort':79 'still':50 'tab':35,81,134 'tail':111 'think':2 'window':25,43,56,83,91,123 'winid':101,118,128 'wmctrl':95,102,125 'work':72 'workaround':16 'workspac':29,94,109 'z':117"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.nl/comment/4761994"
+editedAt: null
+createdAt: DateTimeImmutable @1700583998 {#1938
date: 2023-11-21 17:26:38.0 +01:00
}
} |
|
Show voter details
|
5 |
DENIED
|
edit
|
App\Entity\Magazine {#314
+icon: Proxies\__CG__\App\Entity\Image {#295 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#324
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#286 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#282 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#271 …}
+entries: Doctrine\ORM\PersistentCollection {#229 …}
+posts: Doctrine\ORM\PersistentCollection {#187 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#249 …}
+bans: Doctrine\ORM\PersistentCollection {#166 …}
+reports: Doctrine\ORM\PersistentCollection {#152 …}
+badges: Doctrine\ORM\PersistentCollection {#130 …}
+logs: Doctrine\ORM\PersistentCollection {#120 …}
+awards: Doctrine\ORM\PersistentCollection {#109 …}
+categories: Doctrine\ORM\PersistentCollection {#96 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#318
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#317
date: 2023-11-02 13:51:08.0 +01:00
}
} |
|
Show voter details
|