16 Commits

Author SHA1 Message Date
Samuel Berthe 6a9f881ae1 💄 2026-03-02 16:06:51 +01:00
Samuel Berthe 7f0c2e0297 feat: adding UnzipByErrX helpers 2026-03-02 16:06:51 +01:00
Samuel Berthe 7c55e5b6e3 feat: adding CrossJoinByErrX helpers 2026-03-02 16:06:51 +01:00
Samuel Berthe e94aa8d408 feat: adding ZipByErrX helpers 2026-03-02 16:06:51 +01:00
Nathan Baulch 52d31f788f lint: fix CI warnings and avoid named return parameters (#682) 2025-09-25 03:44:33 +02:00
Samuel Berthe 9c8308ffda Style add golangci config (#670)
* style(lint): gofumpt

* style(lint): errcheck

* style(lint): revive

* style(lint): gocritic

* style(lint): forcetypeassert

* style(lint): add .golangci.yml

* oops
2025-09-20 01:37:51 +02:00
Nathan Baulch 76b76a7adb lint: Apply testifylint linter recommendations (#669) 2025-09-20 00:50:00 +02:00
Samuel Berthe 2876510f3c CrossJoinX + CrossJoinByX 2025-01-25 00:19:26 +01:00
Samuel Berthe a66bf34300 proposal: adding zipby + unzipby (#449)
* feat: adding zipby + unzipby

* Update README.md
2024-06-27 12:52:42 +02:00
Samuel Berthe 330382f7bd doc: improve doc 2022-10-10 22:16:38 +02:00
Samuel Berthe 31f3bc3a85 test: parallel tests everywhere (#228) 2022-10-02 21:38:26 +02:00
lu4p 305f565368 remove unnecessary explicit typeparams (#134) 2022-05-11 13:10:36 +02:00
CorentinClabaut 5cba7b25f0 Implement Unpack{2->9} 2022-04-27 08:22:11 +02:00
CorentinClabaut 5715ed654c Add helper function to create tuple from a list of values 2022-04-12 14:45:48 +02:00
jaronnie 603fc58154 Add test for zip 2022-03-16 10:54:50 +08:00
Samuel Berthe a482eff46c feat: adding tuple types (from 2 to 9) and zip+unzip functions 2022-03-05 20:13:49 +01:00