Benjamin Fischer

Results 64 comments of Benjamin Fischer

Currently you can only define a default value but it doesn't fill the input. ```ts const name: string = await Input.prompt({ message: "Whats your name?", default: "Foo", }); ``` ```console...

There seems to be an issue with the snapshotTest method. The "deno run" command, which is called in the snapshotTest method, does not automatically load the deno config from the...

We could do that as well. But not sure how stable this library is. One thing is that we currently use camelcase everywhere and the generated library uses pascalcase, so...

I'm wondering if we should move the `getBucketPolicy`, `putBucketPolicy`, `deleteBucketPolicy` && `getBucketPolicyStatus` methods to the `S3Bucket` class and rename them to `getPolicy`, `putPolicy`, `deletePolicy` & `getPolicyStatus`? Currently i have added...