Denis Bardadym

Results 17 issues of Denis Bardadym

Current setup keep producing issues. Need to find something better.

setup

`.not` modifier, while it looks very usefull from breaf view is clearly antipattern. I personally avoiding use it. It produce additional class of possible problems like: ```js (10).should.not.be.a.Number() ``` There...

discussion

We have regexp to test if a function is a generator, need to check if async will create problems

In future version i would like to stop changing `this.obj` in assertions like `.key` or `.property`. I would like this assertion to save this plural object in addtional property, and...

discussion
idea

Hi, there, even if this comparison to me looks very opinion based. I think it could be very nice to add item for more robust if this tool works not...

Hi, thanks for awesome module. I found that it seems module declarations not supported, like mongoose: ``` declare module 'mongoose' { .... } ``` So that when i export `LeanDocument`...

needs details

Hi, there. I am trying to get Lab colors from image using such code: ```js sharp(buffer, { raw: opts }) .toColorspace('lab') .raw() .toBuffer((err, data, info) => { if (err) {...

enhancement

Make a ticket to combine different tooltip issues. Current issues: 1. When module id is too long, tooltip width become equals to viewport 2. When number of modules imported is...

TODO

Something to think about. I already have list template that can be used to track sizes and commited to repo. I can add some property that will not allow to...

TODO
Feedback

### Feature scope Lambda ### Describe your suggested feature Hi, team It would be nice to show existing Lambda Insights metric `init_duration`. By alerting on this metrics we can detect...

feature-request