Andrew Dassonville
Andrew Dassonville
@underfisk would it make sense to bump `amqplib` to `^0.10.1` in this PR as well? That should keep it in sync with the latest version of Nest: https://github.com/nestjs/nest/blob/81df0dde0881b0680808798565bc88a0e65dc2ed/package.json#L108 If you'd...
Hey @joaocarmo, I went ahead and fixed the conflicts here. I believe this is still ready to go, just waiting for a review from the NestJS team!
Additional tags from [TSDoc](https://tsdoc.org/) would be super useful, too. For example, `@deprecated` can replace `@ApiOperation({ deprecated: true })` and `@ApiProperty({ deprecated: true })`.
@singhajit1616 @NitoBa @fmalk Try specifying `default: true` in your connection options. It looks like this may have been an unintentional breaking change in https://github.com/golevelup/nestjs/pull/411. If that fixes the issue, I...
I suppose an alternative would be for me to change the `PROMPT_COMMAND` to replace any instance of `${COLOR}` in the `starship.toml` with the server's color before running Starship, but that...
@heyrict that looks great! Only change I'd suggest is that having the inner "style" property seems a little redundant. Maybe change that to `value`? ```toml # ~/.config/starship.toml [hostname] ssh_only =...
@tracker1 Yes that would be possible, but doesn't address the primary concern of this issue (variably changing colors based on an environment variable). @jskswamy I think having equal/contains/regex would definitely...
> I think anything < 100 LOC and static doesn't deserve it's own package. There are a couple problems with this. One is just simplicity. Being able to just `npm...
I would also love to help out with a Node implementation!
Posted this on the Slack but I'll post it here too for visibility: Here's a minimal Node.js SecureLogin module: https://github.com/andrewda/node-securelogin And here's a Passport/Express module: https://github.com/andrewda/passport-securelogin I would love some...