Alvaro Lorete

Results 28 comments of Alvaro Lorete

@sdras please let me know when you have time to look at the PR, happy to do any change that you require.

@ArrayKnight I am currently using https://www.npmjs.com/package/cz-format-extension to achieve this using the list of contributors on `package.json`. You can see the code [here](https://github.com/kanekotic/barklarm/blob/main/.czferc.js). ```js const { contributors } = require('./package.json') .......

+1 for this one, any idea or solution?

@yantakus i had similar issue and like as you say this is an issue regarding immutable that is not supported by this component, so i ended up doing my own...

hello @popomore, could you provide an example for this, please? I am not fully sure how to start the CLI inside the test (path).

thanks @popomore, it was very useful information. Maybe you could add the link in the readme as a reference for anyone that wants to use your library

will give it a try and let you know first thing on monday

still happening in 4.13.0 @roobert workaround of environment variables still works, but it relies now on a deprecated functionality. ``` ╷ │ Warning: "organization": [DEPRECATED] Use owner (or GITHUB_OWNER) instead...

Is this PR going to be dropped? I am looking for extension support in ferdi, is there anyway I can help?