Chris Atkin

Results 12 issues of Chris Atkin

This provides an option (`spreadDefaultProps`) to spread the extra props from the top level `svg` element onto the props object, rather than statically assigning them as `defaultProps`. This gives users...

### Feature Request Terraform to conditionally load a `.tfvars` or `.tf` file, based on the current workspace. ### Use Case When working with infrastructure that has multiple environments (e.g. "staging",...

enhancement
config

This corrects the type definition for requestFragment, which does not match it's implementation. This resolves https://github.com/zalando/tailor/issues/327 and closes https://github.com/zalando/tailor/pull/297. This also corrects initialisation of custom `requestFragment` functions, which otherwise are...

The type definition for `requestFragment` does not match the implementation. It is a single function that takes 5 arguments and returns a promise. https://github.com/zalando/tailor/blob/7283c2fb851d1ca2916dc996805acbef1c958177/index.d.ts#L42 However, the implementation is a function...

The type definition of `parseTemplate` is for the function before it closes over `handledTags, insertBeforePipeTags`, but this is not the function that is passed to `fetchTemplate`. https://github.com/zalando/tailor/blob/7283c2fb851d1ca2916dc996805acbef1c958177/index.d.ts#L60-L64 I think this...

Rewriting this library in TypeScript would help it remain bug free and easier for new maintainers, and bring it closer to other products.

We should virtualise the timeline for significant performance gains.

This exports the classes for `Document`, `DocumentFragment`, `Element`, `NodeList` and `LiveNodeList`, to allow them to be extended and modified by clients implementing this library. Partly addresses https://github.com/jindw/xmldom/issues/235.

### TruffleHog Version ```sh $ trufflehog --version trufflehog 3.72.0 ``` Bug also present in enterprise version. ### Expected Behavior The revoked Microsoft Teams webhook should not have been shown as...

bug
pkg/detectors

# Description This adds support for the Service Now Certified App integration, as an alternative to the legacy Service Now integration. ## Type of change - [x] New feature (non-breaking...