Dmitry Demenchuk

Results 24 issues of Dmitry Demenchuk

Hello, Snyk is reporting a vulnerability in this repo, that is coming from the Dicer library: ``` Issues with no direct upgrade or patch: โœ— Denial of Service (DoS) [High...

deps

I'm trying to use [Sequelize CLI ](https://github.com/sequelize/cli) with sails, and then I run `sequelize db:drop` - it gives me an error: > Sequelize CLI [Node: 8.7.0, CLI: 3.0.0, ORM: 4.13.6]...

### Type of feature ๐Ÿ” CI ### Current behavior Contributes are allowed to propose changes without test files ### Suggested solution I think we should insist on having test files...

๐Ÿ’ก feature

It will be cool to run it on macOS as well.

I have tried to enable `cypress-unfetch` plugin and noticed that multiple `POST` requests to a same endpoint are coming back with the same response. For example, your app does multiple...

Hi, thanks for the package! I'm trying to run it, and looks like it has some dependencies, which are not mentioned in the Readme. ``` ยป python3 inkyWeather.py Traceback (most...

I think the CLI should provide a list of available models. Alternatively this link (or a table) should be in the readme https://support.apple.com/en-us/HT201300 Thanks.

It would be nice to have descriptions for entries. eg: ```js radar_visualization({ ... entries: [ { label: 'Foo', ring: RINGS.USE, quadrant: QUADRANTS.TOOLS, description: "very usefool tool" }, ] }); ```...

It would be really useful to provide JUnit format without using additional packages such as https://www.npmjs.com/package/cucumber-junit JUnit format is required by jenkins.

enhancement

I would be great to support BLOB attachments. Currently, to send a `json` I have to create a temporary file and pass a link. Passing a BLOB would so much...