Denis Perov

Results 18 issues of Denis Perov

### Please confirm that the bug report does ***not*** already exist - [X] I confirm there is no existing issue for this bug. ### Steps to reproduce Anyone should be...

🐛 Type: Bug
👋 For : Community or Good First Issue
🎃 For : Hacktoberfest

## Summary Introduces support for inline E-mail attachments to the existing SendGrid node. I've verified this solution locally using inline/attachment and a combination of both disposition options. This introduces a...

node/improvement
community
in linear

Please fill in this template. - [x] Use a meaningful title for the pull request. Include the name of the package modified. - [x] Test the change in your own...

Untested Change
Unreviewed

This is a fix for the XUNIT reporter output from the client. I was experiencing issues with this when running client tests in headless mode via Puppeteer. Here's a reproduction...

### Bug Description This change has broken my self-hosted instance: #15006 Since recent version update I'm getting recurring "Connection lost" message displayed in the UI and the only thing printed...

in linear

Consider the following use case scenario: ```js Template.myPage.onCreated(() => { this.limit = ReactiveVar(0); this.autorun(() => { for (let i=0; i { console.log('Ready: ' + this.subscriptionsReady()); }); }); ``` Here, I...

Project:DDP
idle

### Bug Description Not sure how to classify this according to the n8n system but I personally consider this a bug. So when the workflow executes for hours, it shows...

in linear
team:payday

This fixes wrong types defined for the `Mongo.Cursor` return value, which affectes the following use case example: ```js import { Mongo } from 'meteor/mongo'; export class FooData { /** @type...

Project:Mongo Driver
Project:JS Environment:Typescript
TypeScript