Denis Perov
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...
## 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...
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...
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...
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...
### 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...
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...