Rafael Lüder

Results 7 issues of Rafael Lüder

@mebjas This solves the issue reported on #494 where `config.supportedScanTypes` is not set to a default value like other config properties. @all-contributors please add @rlueder for this new feature or...

@mebjas This takes care of a TypeScript warning when trying to run the build script, see #502 @all-contributors please add @rlueder for this new feature or tests

This is an implementation of a `postmark templates delete` command, allowing users to delete by id or alias (one or multiple) or all templates from their server. ``` $ postmark...

Adds next 14.x to `peerDependencies`

### Summary The "Disable for the entire file" context menu option adds an extra asterisk to the start of the comment stopping it from actually disabling the rule. ### Description...

This PR fixes [an issue introduced on this PR](https://github.com/ibrahimcesar/react-lite-youtube-embed/pull/118/files#diff-c73f89cf9c10b6e7519c332715368c100d0b1ce7864a891a4f1c3ca7f5f47addL43) where `props.params` are not being passed to the iframe `src` parameter: ``` ``` BEFORE FIX: ``` //

## Description While trying to access `rawResponse.took` I noticed `rawResponse` is always `null` in `@elastic/search-ui-elasticsearch-connector` ## List of changes - updates `rawResponse` to `response` instead of `null` - updates necessary...