Posts
Search Results
Site and Policy » Feature suggestions and discussion [READ THE FIRST POST] » Post 6826
.
How about a change like
--- a/lib/philomena/versions.ex
+++ b/lib/philomena/versions.ex
@@ -48,7 +48,16 @@ defmodule Philomena.Versions do
end
defp difference(previous, nil), do: [eq: previous]
- defp difference(previous, next), do: String.myers_difference(previous, next)
+ defp difference(previous, next) do
+ List.myers_difference(String.split(previous), String.split(next))
+ |> Enum.map(fn {key, value} ->
+ adjust_whitespace({key, Enum.reduce(value, "", fn new, old ->
+ old <> " " <> new
+ end)})
+ end)
+ end
+ defp adjust_whitespace({:eq, str}), do: {:eq, " " <> str <> " "}
+ defp adjust_whitespace({op, str}), do: {op, String.trim(str)}
@doc """
Creates a version.
to turn gibberish like
into something readable
It’s certainly possible to pretty up the code a bit, but the comment history looks way nicer that way.
Site and Policy » Ask the Mods Important Site Questions (V2) » Post 1763
Background Pony #699F
Never mind, it’s not important.
Site and Policy » Ask the Mods Important Site Questions (V2) » Post 1762
saby
Moderator
Anti Fun Officer
@Background Pony #3899
There’s no email confirmation or other notification; the artist link will be visible on your profile when it’s approved. If you set the link to be public, it’ll also be shown on your artist tag’s tag page.
There’s no email confirmation or other notification; the artist link will be visible on your profile when it’s approved. If you set the link to be public, it’ll also be shown on your artist tag’s tag page.
Site and Policy » Ask the Mods Important Site Questions (V2) » Post 1761
Background Pony #3899
I’m using another account and I’m an artist, I submitted for verification, but will I get an email or anything? How do I know when it’s ready? I want to use the DNP to upload just the good works instead of all of my many scraps and accumulated detritus over the year and then point people toward the archival site if they want to see the older/non good stuff
Site and Policy » New Themes and Stylesheets » Post 130
Background Pony #10E7
@byte[]
I am not able to, nor create issues. (I tried signing up for a pony-specific Github account, but it got marked suspicious immediately - apparently, they take 1-account-per-person-unless-one-is-a-company-account seriously.)
I am not able to, nor create issues. (I tried signing up for a pony-specific Github account, but it got marked suspicious immediately - apparently, they take 1-account-per-person-unless-one-is-a-company-account seriously.)
Site and Policy » New Themes and Stylesheets » Post 129
byte[]
Philomena Contributor
@Background Pony #10E7
Are you able to file pull requests for these? Thanks
Are you able to file pull requests for these? Thanks
Site and Policy » New Themes and Stylesheets » Post 128
Background Pony #10E7
Site and Policy » New Lunar Republic » Post 18136
made_by_Franch
praise the Moon
Hello everyone)
I’m testing new merch here. Tell me, what do you think of this idea?
I’m testing new merch here. Tell me, what do you think of this idea?
Site and Policy » Policy update regarding AI content » Post 979
Background Pony #DFED
I’m very happy with the direction of this new policy. Allowing AI as a tool but holding it to high standards feels like the perfect balance. Encouraging significant human involvement ensures these pieces still showcase genuine artistry. Non-pony boorus should take notes. This kind of thoughtful policy-making is something every community can learn from.
Hats off to the mods for tackling such a tough issue and making the site better for everyone.
Site and Policy » Report site bugs here » Post 12889
Background Pony #62CA
When you reply to a post or comment, the username should probably be escaped, because people can have usernames that are interpretable as formatting. For example,
@--
parses into @–Site and Policy » Policy update regarding AI content » Post 978
Background Pony #BA32
@Background Pony #0EB2
On the previous page of this discussion it was outlined that
On the previous page of this discussion it was outlined that
- Removal won’t begin for another week
- It won’t necessarily happen immediately or all at once, just that the removal process will start
Site and Policy » Policy update regarding AI content » Post 977
Background Pony #0EB2
Are AI generated images still gonna be removed after today?
Site and Policy » How do I upload an image into a comment? » Post 37
Okie Brony
I wish I’d known sooner that you must be logged in to add images to comments. I created an account so I could do this:
Site and Policy » New Lunar Republic » Post 18135
Starless
Prog rock pony
@belmontzar
Thanks. Applejack is a true friend to Coloratura (unlike Starless who isn’t loyal to anyone).
Thanks. Applejack is a true friend to Coloratura (unlike Starless who isn’t loyal to anyone).
If any one wants to hear about First Aid’s back story I don’t mind sharing with you all.
Sure.
And apart from one fanfic I wrote some time ago, I’ve kept Starless’s backstory to myself for the most part because it changes a lot depending on events here and other circumstances. His backstory is always a work in progress. If I wrote it today, Starless wouldn’t get Coloratura (or if he did, they’d break up) and Sunset Shimmer (who I previously imagined as another close friend/love interest to Starless) would hate Starless (or at least wouldn’t be friends with him).
Site and Policy » New Lunar Republic » Post 18134
belmontzar
@Starless
AWW that pic is so Cute ^^ great work!
@Toastypk AHH PLUSHY OCTAVIA <3 moar plushies makes me happy ^^
AWW that pic is so Cute ^^ great work!
@Toastypk AHH PLUSHY OCTAVIA <3 moar plushies makes me happy ^^
Site and Policy » [Userscript] Derpi->Tantabus vote migrator » Post 28
stsyn
Moderator
Updated extension, it should now work also on lunabooru domain (however, links from the OP should be changed to lunabooru manually)
Site and Policy » Policy update regarding AI content » Post 976
Background Pony #BA32
Never had any issues with accessing tantabus. I’ve been going to the site a few times a day since this announcement. From Canada.
I hope what issues the rest of you are having, it can be fixed.
Showing results 126 - 150 of 191473 total
Default search
If you do not specify a field to search over, the search engine will search for posts with a body that is similar to the query's word stems. For example, posts containing the words winged humanization
, wings
, and spread wings
would all be found by a search for wing
, but sewing
would not be.
Allowed fields
Field Selector | Type | Description | Example |
---|---|---|---|
author | Literal | Matches the author of this post. Anonymous authors will never match this term. | author:Joey |
body | Full Text | Matches the body of this post. This is the default field. | body:test |
created_at | Date/Time Range | Matches the creation time of this post. | created_at:2015 |
id | Numeric Range | Matches the numeric surrogate key for this post. | id:1000000 |
my | Meta | my:posts matches posts you have posted if you are signed in. | my:posts |
subject | Full Text | Matches the title of the topic. | subject:time wasting thread |
topic_id | Literal | Matches the numeric surrogate key for the topic this post belongs to. | topic_id:7000 |
topic_position | Numeric Range | Matches the offset from the beginning of the topic of this post. Positions begin at 0. | topic_position:0 |
updated_at | Date/Time Range | Matches the creation or last edit time of this post. | updated_at.gte:2 weeks ago |
user_id | Literal | Matches posts with the specified user_id. Anonymous users will never match this term. | user_id:211190 |
forum | Literal | Matches the short name for the forum this post belongs to. | forum:meta |