Ryan Sonshine

Results 18 comments of Ryan Sonshine

I wouldn't count on a release anytime soon; see https://github.com/commitizen/cz-cli/issues/914#issuecomment-1131383383 for more details.

@bee-san I'm unclear on what the direction is. Are we saying to implement the most upvoted regexes into pyWhat?

Per the discussion from the [Open RFC Meeting](https://github.com/npm/rfcs/blob/da73d3fd50a40e742f2d3755238ecdb8a6758d7f/meetings/2021-07-21.md), the direction will be to revert to the preinstall functionality. @darcyclarke should we re-open https://github.com/npm/cli/issues/2660 and log the work under that issue?

@asankagit One solution could be to use something like [concurrently](https://www.npmjs.com/package/concurrently) like I've used on [my boilerplate]( https://github.com/ryansonshine/sam-typescript-vscode-starter) The reason for the initial `npm run build` is to ensure the container...

Sounds good to me, subscribing to #1 to track progress. I'll implement the converter to cover this bug after the switch is made. Thanks!

@pjain11, this issue is blocked by #1 . It will be resolved shortly after

@kdaily , is the aws team open to a PR for this?

@krzysztof-magosa , I went ahead and made the assumption that we would want case-insensitive sorting on PR #6205 . If you had other ideas though I'm open to hearing them.

I've created an npm package for updating the credentials from the command line for any users out there running node https://github.com/ryansonshine/aws-sso-creds-helper

Agreed on treating this as a bug. Another example is users who use the `preinstall` hook to authenticate with private registries on their cloud platforms and/or any other registries with...