Joep Joosten

Results 8 issues of Joep Joosten

Like the aws cli, i would like to use a different profile for the aws credentials.

enhancement

When using this in with continuous integration, the cloned git repo only had the tags from the remote repo, and when doing a git describe, the tags contain 'refs/tags/' in...

needs-cla

The order of the arguments of zipWith is wrong if you want to compose new functions. for example if i want to compose a 2d array zipper: const zip2d =...

### What is the problem this feature would solve? Like the Effect.andThen, the Stream Api also needs some love. Natural candidates for andThen: map, mapEffect, flatMap -> andThen mapAccum, mapAccumEffect...

enhancement

Solves #44 Generates all clients in ./generated folder for a particular version of aws (e.g. v3.535.0). I'm reusing the previous codegen-client.ts, but using the smithy files a little bit different....

Is there a reason not to generate all clients and create a pull request with the latest version of all clients (with the proper errors per command)? Just wondering what...

enhancement
client-*

### Issue description We have a monorepo that uses serverless and aws cdk together. After a aws cdk deployment of an docker based asset, the docker registry login credentials are...

v3

With help from claude code I've created the following: 3 layout modes: - single (1 player) - mainWithSidebar (2-6 players) - grid (> 6 players) Also new players will be...