Dima Grossman

Results 52 issues of Dima Grossman

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior We use a validationPipe enabled globally with `transform: true.` The problem...

needs triage

# Welcome to the Novu! Hacktoberfest is here, and there are many ways you can contribute to Novu. Here we will write some suggestions, and feel free to submit your...

documentation
@novu/api
@novu/web
@novu/dal
@novu/webhook
@novu/notification-center
@novu/shared
providers

### What? As reported by a community member on [Discord](https://discord.com/channels/895029566685462578/1041671116063780864/1041671116063780864) sending an MS team notification throws an error: ``` { "stack": "SyntaxError: Unexpected token z in JSON at position 0\n...

bug
help wanted
@novu/api

When triggering a create notification template using API Key a ``` {"statusCode":403,"message":"Forbidden resource","error":"Forbidden"}% ``` Is thrown, making the same request with a Bearer token from the web works as expected....

bug
help wanted
linear
Medium priority

## Description A `key` is a special string attribute you need to include when creating lists of elements because keys help `React` identify which items have changed, added, or removed....

good first issue
help wanted

### What change does this PR introduce? Upgrade cypress dependencies to 12 ### Why was this change needed? Version 12 should reduce flaky tests by performing retries on the selectors...

@novu/web

## Description Using only string values in placeholders is recommended as otherwise, the value may be wrongly displayed; for example, if an object value is directly included in a string,...

good first issue
help wanted

## Description `Array` has several methods for filtering, mapping, and folding. If we forget to write return statement in a callback of those, it's probably a mistake. If you don't...

good first issue
help wanted

## Description It is considered good practice to use the type-safe equality operators `===` and `!==` instead of their regular counterparts `==` and `!=`. ## Occurrences There are 14 occurrences...

good first issue
help wanted