paulk-asert commented on code in PR #52:
URL: https://github.com/apache/groovy-website/pull/52#discussion_r1741565393
##
generator/src/main/groovy/generator/SiteGenerator.groovy:
##
@@ -287,7 +287,7 @@ class SiteGenerator {
@CompileDynamic
private void renderBlogFeed
paulk-asert commented on code in PR #52:
URL: https://github.com/apache/groovy-website/pull/52#discussion_r1741563897
##
generator/src/main/groovy/generator/SiteGenerator.groovy:
##
@@ -287,7 +287,7 @@ class SiteGenerator {
@CompileDynamic
private void renderBlogFeed
sbglasius commented on code in PR #52:
URL: https://github.com/apache/groovy-website/pull/52#discussion_r1741550808
##
generator/src/main/groovy/generator/SiteGenerator.groovy:
##
@@ -287,7 +287,7 @@ class SiteGenerator {
@CompileDynamic
private void renderBlogFeed(M
paulk-asert commented on PR #52:
URL: https://github.com/apache/groovy-website/pull/52#issuecomment-2325771161
I ended up sorting in reverse in situ and it seems to work fine. Thanks for
the suggestion!
--
This is an automated message from the Apache Git Service.
To respond to the message
paulk-asert commented on PR #52:
URL: https://github.com/apache/groovy-website/pull/52#issuecomment-2325676394
The ".reverse()" should be outside the closure. I'll merge and then tweak.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
paulk-asert merged PR #52:
URL: https://github.com/apache/groovy-website/pull/52
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: dev-unsubscr...@groovy.
Silvrbckw commented on PR #52:
URL: https://github.com/apache/groovy-website/pull/52#issuecomment-2325640623
Merge
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubs
TheRetroRoot opened a new pull request, #52:
URL: https://github.com/apache/groovy-website/pull/52
Reversed the sort order to have most recent post first. This lets us
integrate this feed into common RSS readers as well as tools such as N8N and
Zapier.
--
This is an automated message fro