Joep Joosten

Results 6 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...