5 Commits

Author SHA1 Message Date
Samuel Berthe 16b96cf912 adding posthog 2026-04-17 14:17:02 +02:00
Nathan Baulch e7386d9246 lint: fix inconsistent callback function parameter names (#730)
* Fix linting

* Use is.ElementsMatch

This will ignore the ordering of the final intersection. Especially
important when checking old versions of go that do not guarantee an order
when iterating through maps.

* lint: fix inconsistent callback function parameter names

* lint: rename "iteratee" to "transform" for *Map helpers

* lint: rename "project" parameters to "transform"

* lint: rename "cb" parameters to "callback"

* lint: rename "iteratee" to "callback" for ForEach helpers

---------

Co-authored-by: Franky W. <frankywahl@users.noreply.github.com>
Co-authored-by: Samuel Berthe <dev@samuel-berthe.fr>
2025-11-06 18:05:11 +01:00
Samuel Berthe c7e9459a8b docs: lots of various doc improvements (#706) 2025-10-08 14:55:05 +02:00
Samuel Berthe 5def06dac5 fix(doc): various hot fixes 2025-10-06 19:59:26 +02:00
Samuel Berthe c6bf4243f3 feat(doc): the pages listing helpers with description and examples need a custom component 2025-10-06 17:12:11 +02:00