[GitHub] [groovy-website] christ opened a new pull request, #42: Migrating blog posts from Roller

2023-01-27 Thread via GitHub
christ opened a new pull request, #42: URL: https://github.com/apache/groovy-website/pull/42 Migrating as discussed in https://issues.apache.org/jira/browse/INFRA-24126 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GitHub] [groovy-website] paulk-asert merged pull request #42: Migrating blog posts from Roller

2023-02-01 Thread via GitHub
paulk-asert merged PR #42: URL: https://github.com/apache/groovy-website/pull/42 -- 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.

[GitHub] [groovy-website] keeganwitt merged pull request #43: Add links to 3.0.16 and 4.0.10 Windows installers

2023-03-14 Thread via GitHub
keeganwitt merged PR #43: URL: https://github.com/apache/groovy-website/pull/43 -- 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.a

[GitHub] [groovy-website] paulk-asert merged pull request #44: Add links to 2.5.22 and 3.0.17 Windows installers

2023-04-03 Thread via GitHub
paulk-asert merged PR #44: URL: https://github.com/apache/groovy-website/pull/44 -- 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.

[GitHub] [groovy-website] paulk-asert opened a new pull request, #45: Create create-groovy-blog.adoc

2023-05-25 Thread via GitHub
paulk-asert opened a new pull request, #45: URL: https://github.com/apache/groovy-website/pull/45 Here's my potential blog post ... -- 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 co

[GitHub] [groovy-website] paulk-asert closed pull request #45: Create create-groovy-blog.adoc

2023-05-25 Thread via GitHub
paulk-asert closed pull request #45: Create create-groovy-blog.adoc URL: https://github.com/apache/groovy-website/pull/45 -- 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 uns

[GitHub] [groovy-website] kriegaex opened a new issue, #46: Bring back SwingBuildet widgets list

2023-09-26 Thread via GitHub
kriegaex opened a new issue, #46: URL: https://github.com/apache/groovy-website/issues/46 While Codehaus was still hosting the Groovy documentation, there was an [alphabetical widgets list](https://web.archive.org/web/20140702234519/http://groovy.codehaus.org/Alphabetical+Widgets+List) for

[GitHub] [groovy-website] paulk-asert commented on issue #46: Bring back SwingBuildet widgets list

2023-09-26 Thread via GitHub
paulk-asert commented on issue #46: URL: https://github.com/apache/groovy-website/issues/46#issuecomment-1735414799 I think that page was always getting out of date and we had hoped to generate it manually somehow but up until now haven't achieved that. The workaround is to look for all the

Re: [I] Bring back SwingBuilder widgets list [groovy-website]

2023-10-02 Thread via GitHub
paulk-asert commented on issue #46: URL: https://github.com/apache/groovy-website/issues/46#issuecomment-1742847414 The plan is to provide the info you are after, but like all things in an open source community project, it will happen when someone in the community finds the time. I hope to

Re: [I] Bring back SwingBuilder widgets list [groovy-website]

2023-10-02 Thread via GitHub
jagedn commented on issue #46: URL: https://github.com/apache/groovy-website/issues/46#issuecomment-1742866383 I'm using Intellij and I can see autocompletion for all of them ![imagen](https://github.com/apache/groovy-website/assets/2102730/ebc66e2e-9864-4c78-8d4e-e81925ba4047)

Re: [I] Bring back SwingBuilder widgets list [groovy-website]

2023-10-09 Thread via GitHub
kriegaex commented on issue #46: URL: https://github.com/apache/groovy-website/issues/46#issuecomment-1754197985 @jagedn, yeah, I know they are there, but I was talking about discoverability. If I already know what I am searching for and start typing a widget name, I can spot them. Otherwis

[I] gpars-meets-virtual-threads blog code errors [groovy-website]

2024-05-09 Thread via GitHub
namuller30 opened a new issue, #47: URL: https://github.com/apache/groovy-website/issues/47 I was trying to implement the code in the [gpars-meets-virtual-threads article ](https://groovy.apache.org/blog/gpars-meets-virtual-threads) and noticed it doesn't work. The problem is you nee

Re: [I] gpars-meets-virtual-threads blog code errors [groovy-website]

2024-05-09 Thread via GitHub
paulk-asert commented on issue #47: URL: https://github.com/apache/groovy-website/issues/47#issuecomment-2103499459 `GParsPool.withPool` is used for the first example to show GPars using normal threads. The `withExistingPool` method is indeed in the `GParsExecutorsPool` class. It is assumed

Re: [I] gpars-meets-virtual-threads blog code errors [groovy-website]

2024-05-09 Thread via GitHub
paulk-asert commented on issue #47: URL: https://github.com/apache/groovy-website/issues/47#issuecomment-2103562169 Clarified. Thanks for the suggestion. -- 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

Re: [I] gpars-meets-virtual-threads blog code errors [groovy-website]

2024-05-09 Thread via GitHub
paulk-asert closed issue #47: gpars-meets-virtual-threads blog code errors URL: https://github.com/apache/groovy-website/issues/47 -- 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 commen

[I] @jagedn, yeah, I know they are there, but I was talking about discoverability. If I already know what I am searching for and start typing a widget name, I can spot them. Otherwise, just pressing `

2024-08-01 Thread via GitHub
mishaDova opened a new issue, #49: URL: https://github.com/apache/groovy-website/issues/49 @jagedn, yeah, I know they are there, but I was talking about discoverability. If I already know what I am searching for and start typing a widget name, I can spot them. Otherwise, just

Re: [I] @jagedn, yeah, I know they are there, but I was talking about discoverability. If I already know what I am searching for and start typing a widget name, I can spot them. Otherwise, just pressi

2024-08-01 Thread via GitHub
kriegaex commented on issue #49: URL: https://github.com/apache/groovy-website/issues/49#issuecomment-2262756714 I am unsure, why you spawned this new issue off of my existing one. I recommend to provide some explanatory context and also to rename the totally inadequate title. Thank you.

Re: [PR] Improved Atom rendering and fixed blog date [groovy-website]

2024-08-18 Thread via GitHub
paulk-asert merged PR #50: URL: https://github.com/apache/groovy-website/pull/50 -- 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.

Re: [PR] Improved Atom rendering and fixed blog date [groovy-website]

2024-08-19 Thread via GitHub
paulk-asert commented on PR #50: URL: https://github.com/apache/groovy-website/pull/50#issuecomment-2295849508 Merged, thanks! Well spotted on the dud date. -- 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

Re: [I] Invalid RSS Feed Rendering [groovy-website]

2024-08-19 Thread via GitHub
TheRetroRoot closed issue #51: Invalid RSS Feed Rendering URL: https://github.com/apache/groovy-website/issues/51 -- 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

[PR] Change sort order of ATOM Feed [groovy-website]

2024-08-19 Thread via GitHub
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

Re: [PR] Change sort order of ATOM Feed [groovy-website]

2024-09-02 Thread via GitHub
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

Re: [PR] Change sort order of ATOM Feed [groovy-website]

2024-09-02 Thread via GitHub
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.

Re: [PR] Change sort order of ATOM Feed [groovy-website]

2024-09-02 Thread via GitHub
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

Re: [PR] Change sort order of ATOM Feed [groovy-website]

2024-09-03 Thread via GitHub
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

Re: [PR] Change sort order of ATOM Feed [groovy-website]

2024-09-03 Thread via GitHub
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

Re: [PR] Change sort order of ATOM Feed [groovy-website]

2024-09-03 Thread via GitHub
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

Re: [PR] Change sort order of ATOM Feed [groovy-website]

2024-09-03 Thread via GitHub
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

[PR] typos and extra reference [groovy-website]

2025-02-03 Thread via GitHub
jakingy opened a new pull request, #55: URL: https://github.com/apache/groovy-website/pull/55 (no comment) -- 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

Re: [PR] typos and extra reference [groovy-website]

2025-02-03 Thread via GitHub
paulk-asert merged PR #55: URL: https://github.com/apache/groovy-website/pull/55 -- 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.

Re: [PR] GROOVY-11561 Replace Google Analytics with Matomo on Geb Manual index pages [groovy-dev-site]

2025-02-12 Thread via GitHub
niallkp commented on PR #2: URL: https://github.com/apache/groovy-dev-site/pull/2#issuecomment-2653837169 Closing this PR - fixed by the Project team in a different way - see [GROOVY-11561](https://issues.apache.org/jira/browse/GROOVY-11561) -- This is an automated message from the Apache

Re: [PR] GROOVY-11561 Replace Google Analytics with Matomo on Geb Manual index pages [groovy-dev-site]

2025-02-12 Thread via GitHub
niallkp closed pull request #2: GROOVY-11561 Replace Google Analytics with Matomo on Geb Manual index pages URL: https://github.com/apache/groovy-dev-site/pull/2 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

Re: [PR] GROOVY-11561 Remove Old groovy-pekka-gpars.html File [groovy-dev-site]

2025-02-02 Thread via GitHub
niallkp commented on PR #1: URL: https://github.com/apache/groovy-dev-site/pull/1#issuecomment-2629463737 Thanks @paulk-asert ! -- 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 commen

Re: [PR] Update groovy-2.6.adoc fix broken link in documentation [groovy-website]

2024-12-20 Thread via GitHub
clintonsteiner commented on code in PR #53: URL: https://github.com/apache/groovy-website/pull/53#discussion_r1893860972 ## site/src/site/releasenotes/groovy-2.6.adoc: ## @@ -14,7 +14,7 @@ the new Parrot parser (when enabled) but these versions are not feature complete We have

[PR] Update groovy-2.6.adoc fix broken link in documentation [groovy-website]

2024-12-19 Thread via GitHub
clintonsteiner opened a new pull request, #53: URL: https://github.com/apache/groovy-website/pull/53 (no comment) -- 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 unsubsc

Re: [PR] Update groovy-2.6.adoc fix broken link in documentation [groovy-website]

2024-12-20 Thread via GitHub
sbglasius commented on code in PR #53: URL: https://github.com/apache/groovy-website/pull/53#discussion_r1893671271 ## site/src/site/releasenotes/groovy-2.6.adoc: ## @@ -14,7 +14,7 @@ the new Parrot parser (when enabled) but these versions are not feature complete We have left

[PR] GROOVY-11561 Remove Old groovy-pekka-gpars.html File [groovy-dev-site]

2025-01-27 Thread via GitHub
niallkp opened a new pull request, #1: URL: https://github.com/apache/groovy-dev-site/pull/1 Please see https://issues.apache.org/jira/browse/GROOVY-11561 for full details -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

Re: [PR] Update groovy-2.6.adoc fix broken link in documentation [groovy-website]

2025-01-28 Thread via GitHub
clintonsteiner commented on PR #53: URL: https://github.com/apache/groovy-website/pull/53#issuecomment-2620134280 @paulk-asert any chance you can assist with merging? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] Update groovy-2.6.adoc fix broken link in documentation [groovy-website]

2025-01-28 Thread via GitHub
paulk-asert merged PR #53: URL: https://github.com/apache/groovy-website/pull/53 -- 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.

Re: [PR] Update groovy-2.6.adoc fix broken link in documentation [groovy-website]

2025-01-28 Thread via GitHub
paulk-asert commented on PR #53: URL: https://github.com/apache/groovy-website/pull/53#issuecomment-2620252422 Merged. Thanks! -- 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

[PR] Add method suggestion example and pun [groovy-website]

2025-01-29 Thread via GitHub
jakingy opened a new pull request, #54: URL: https://github.com/apache/groovy-website/pull/54 (no comment) -- 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

Re: [PR] GROOVY-11561 Remove Old groovy-pekka-gpars.html File [groovy-dev-site]

2025-01-29 Thread via GitHub
paulk-asert closed pull request #1: GROOVY-11561 Remove Old groovy-pekka-gpars.html File URL: https://github.com/apache/groovy-dev-site/pull/1 -- 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 spe

Re: [PR] GROOVY-11561 Remove Old groovy-pekka-gpars.html File [groovy-dev-site]

2025-01-29 Thread via GitHub
paulk-asert commented on PR #1: URL: https://github.com/apache/groovy-dev-site/pull/1#issuecomment-2623476989 Looks like my tweak to the build script worked - the file (and another image file) correctly disappeared after the last build. So this PR isn't needed, but thanks for spotting the p

Re: [PR] Add method suggestion example and pun [groovy-website]

2025-01-29 Thread via GitHub
paulk-asert merged PR #54: URL: https://github.com/apache/groovy-website/pull/54 -- 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.

Re: [PR] Add details on source of word2vec models [groovy-website]

2025-02-18 Thread via GitHub
paulk-asert merged PR #58: URL: https://github.com/apache/groovy-website/pull/58 -- 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.

Re: [PR] Add details on source of word2vec models [groovy-website]

2025-02-18 Thread via GitHub
paulk-asert commented on PR #58: URL: https://github.com/apache/groovy-website/pull/58#issuecomment-2665271592 Merged, thanks! -- 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

[PR] Add details on source of word2vec models [groovy-website]

2025-02-18 Thread via GitHub
jakingy opened a new pull request, #58: URL: https://github.com/apache/groovy-website/pull/58 (no comment) -- 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

[PR] Complete game examples and remove unnecessary ones [groovy-website]

2025-02-17 Thread via GitHub
jakingy opened a new pull request, #57: URL: https://github.com/apache/groovy-website/pull/57 (no comment) -- 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

[PR] typos and LCS explanation [groovy-website]

2025-02-17 Thread via GitHub
jakingy opened a new pull request, #56: URL: https://github.com/apache/groovy-website/pull/56 (no comment) -- 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

Re: [PR] Complete game examples and remove unnecessary ones [groovy-website]

2025-02-17 Thread via GitHub
paulk-asert merged PR #57: URL: https://github.com/apache/groovy-website/pull/57 -- 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.

Re: [PR] Complete game examples and remove unnecessary ones [groovy-website]

2025-02-17 Thread via GitHub
paulk-asert commented on PR #57: URL: https://github.com/apache/groovy-website/pull/57#issuecomment-2662799186 Merged, thanks! -- 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

Re: [PR] typos and LCS explanation [groovy-website]

2025-02-17 Thread via GitHub
paulk-asert merged PR #56: URL: https://github.com/apache/groovy-website/pull/56 -- 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.

Re: [PR] typos and LCS explanation [groovy-website]

2025-02-17 Thread via GitHub
paulk-asert commented on PR #56: URL: https://github.com/apache/groovy-website/pull/56#issuecomment-2662580297 Merged, thanks! -- 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

Re: [PR] pending GROOVY-11701 [groovy-website]

2025-06-18 Thread via GitHub
paulk-asert merged PR #59: URL: https://github.com/apache/groovy-website/pull/59 -- 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.

[PR] pending GROOVY-11701 [groovy-website]

2025-06-16 Thread via GitHub
paulk-asert opened a new pull request, #59: URL: https://github.com/apache/groovy-website/pull/59 (no comment) -- 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 unsubscrib