nickshevr

Results 9 comments of nickshevr

btw I understand it looks like a `flow` issue more than `stylus` problem, but maybe I could implement `js` variables import way here by my own, if someone prove it.

@smikula Hey, maybe it's not good example. But I think if u have an option into JS interface, you should give a possibility to add it from CLI. My example...

@hikerpig Why do u want to analyze graph with thousand nodes with your eyes? It's really hard.

@hikerpig ![image](https://user-images.githubusercontent.com/16756393/138496408-0e90d95e-42fa-4221-8c6f-6ddafdf69738.png) Is it really usable? Better use `reasons` it's a list of `edges` in graph. Also u can use `issuerPath` it is a path in graph between module and...

@ai ``` It will allow to faster find the biggest file. ``` It is better to sort modules/chunks/assets by size, so u can find topN. ![image](https://user-images.githubusercontent.com/16756393/138496855-23b1d2e8-a91c-42ee-9ab7-b00c998b7c0c.png) You may use it...

It is my mistake, https://github.com/lttb/reselector/blob/master/src/utils.js#L55 Should update this logic, i'll do it soon

@a-omsk I've add test for these cases, check it https://github.com/lttb/reselector/pull/18 I think ur problem was fixed in https://github.com/lttb/reselector/releases/tag/v0.9.2

Think so, or should stash them with some C++ environment hash

@mutantcornholio so, we have two subtasks here: - understand does npm module depend on C/C++ code - understand the C++ compiler type and version and make a suffix Am I...