Denis Perov
Denis Perov
**Describe the bug** When running Element locally via Terminal, there lots of animated lines appear which periodically overlap with the normal stdout output. This makes it impossible to analyze the...
**Is your feature request related to a problem? Please describe.** We've stumbled upon a need to verify files downloading via Element. But there's no clear way of how to achieve...
**Is your feature request related to a problem? Please describe.** Currently we can only pass single filename as an argument to Element Flood running command, e.g.: ```bash element flood run...
**Describe the bug** When issuing a flood run on Flood.io via CLI command, the `--rampup` argument doesn't seem to be considered. Or it might actually be considered but number of...
I had to use get/set ES6 syntax in helpers but plugin didn't support those. Here's a patch I suggest to apply in order to support getters/setters in helpers: ```js _.each(Object.getOwnPropertyDescriptors(helpers),...
Я активно использую [Pulumi](https://www.pulumi.com/) вместо Terraform и предлагаю добавить в документацию YC практические примеры использования, которые затрагивают настройку различных сервисов YC: 1. Cloud Compute: 1. Базовые примеры 2. Нюансы работы...
**Example app** https://github.com/imajus/meteor-browser-tests-issue **Reproduction steps** ```bash meteor npm install meteor npm test ``` **Expected result** Tests must fail for both server and client runs, a folder called `test-results` must be...
I wonder if that's possible to hook intro package's server S3.upload function in order to alter the file before actual uploading. In my case I want to resize huge images...
Here's what error I get when I use ErrorMiddleware: ``` Error: Meteor code must always run within a Fiber. Try wrapping callbacks that you pass to non-Meteor libraries with Meteor.bindEnvironment....
### Please confirm that the bug report does ***not*** already exist - [X] I confirm there is no existing issue for this bug. ### Steps to reproduce 1. Open any...