Simon Renoult

Results 11 issues of Simon Renoult

Hi, It seems that this extension no longer works with the latest version of GitHub. When rendering a PR view, the console shows me the following error stacktrace: ``` Uncaught...

#### What problem are you trying to solve? Since v4.0.0, if one wants to integrate `code-complexity` with another program, the recommended solution is to use the `json` flag, example: ```js...

enhancement
help wanted

Forking #28 to implement my own feedbacks: - using escomplex (with babel) to prevent reinventing algorithms that exist off the shelf. - defaulting complexity to 1 if files are not...

#### What problem are you trying to solve? We're currently measuring complexity based on `sloc`. It's nice but a long file doesn't always mean it's complex. #### Describe the feature...

enhancement

#### What problem are you trying to solve? Not really a feature but we depend on `node-sloc` to count file complexity. Which is far from being popular and is at...

enhancement

#### What problem are you trying to solve? We're currently outputting either a table or a json. A cool way to visualize the complexity/churn ratio would be a graph of...

enhancement

AnvilConnect tries to validate the format of the `_id` field which stores the `sub` claim. Thus, specifying its value with a non-uuid value (format chosen by AnvilConnect, see [here](https://github.com/anvilresearch/modinha-redis/blob/master/lib/RedisDocument.js#L696)) throws...

# Context Cohesion is a core element of software quality. It defines the degree to which the elements of a module belong together ([source][source]). Measuring cohesion means measuring how strong...

enhancement

Hi, Is there a way to dump the state of an nconf instance as JSON? I see that I can get one using `nconf.stores.env.store` but since it's not mentioned in...

Folowing our previous conversation, things printed in stderr are not captured.

bug