coyoteecd

Results 11 issues of coyoteecd

## Bug report Check with "x": - [x] I have this issue with the latest release of [jasmine-spec-reporter](https://github.com/bcaudan/jasmine-spec-reporter/releases) - [x] I have this issue with the latest release of [jasmine](https://github.com/jasmine/jasmine/releases)...

I am trying to spy on an async function that gets called twice; first time I'd like to return a rejected Promise and second time a resolved one. I've read...

feature request
waiting

I would like an option to deep-clone arguments of spy calls, as an opt-in, similar to how `saveArgumentsByValue` does. I know it's been discussed before in #444, but in my...

feature request
help needed

In some of my tests, I need to use a mocked clock combined with async functions, basically the equivalent of withMock() that accepts a Promise-returning closure and returns a Promise...

feature request
help needed

**Describe the bug** I'm using crowdin-cli to upload documentation files for our project. These have a specific file structure on disk, which forces us to have a configuration with multiple...

Bug
Help wanted
hacktoberfest

@fredericbarthelet Is it possible to generate an intermediary type/alias for the indexer type of AWS functions? Some plugins expect additional configuration properties in the function definition, and this gives compile...

### Use case Our existing serverless.yml files reference (partial) CloudFormation templates defined separately, as follows: ```serverless.yml service: example provider: name: aws [...] resources: - Description: CloudFormation stack description - ${file(./cf-resources/resource1.yml)}...

duplicate

### CloudFormation Lint Version 0.77.4 ### What operating system are you using? Windows ### Describe the bug On my Windows dev PC, I cannot use `/` as path separator for...

researching

### On which framework/platform would you like to see this feature implemented? Angular ### Which UI component is this feature-request for? Authenticator ### Please describe your feature-request in detail. In...

feature-request
Angular
Authenticator
Primitive

Tried upgrading a project that uses ng2-trim-directive to Angular 11 and I see the following error during build: ``` Error: node_modules/ng2-trim-directive/dist/input-trim.module.d.ts:1:22 - error NG6002: Appears in the NgModule.imports of AuthenticationModule,...