Jackie McDoniel

Results 20 issues of Jackie McDoniel

## PR Checklist Please check if your PR fulfills the following requirements: - [X] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [X] Tests for the changes have been added...

status: wip ⚡️

It might be nice to have a Wiki set up to help people better understand the overall idea of the repository. Anyone is free to help out with this

documentation
enhancement
help wanted
good first issue

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior When installing and using `@ogma/cli` inside of a project directory that...

bug :sob:
CLI

```ts this.logger.error(`This is an error`); this.logger.warn(`This is a warning`); this.logger.error(`This is an error with empty object`, {}); ``` produces ![image](https://user-images.githubusercontent.com/28268680/137651046-00b4fc12-13ab-4c92-a9a0-41060acac5c3.png)

This will allow `phin` and `pactum` to both use IPv6 addresses in their calls. Useful for when NestJS's `app.getUrl()` returns `http://[::1]:3000` or similar. This should not impact anything else, as...

# Bug Description When working with [pactum](https://github.com/pactumjs/pactum) for E2E testing and [NestJS](https://github.com/nestjs/nest) for the HTTP server framework, I ran into a bug when trying to make a request to `http://[::1]:3000`...

## PR Checklist Please check if your PR fulfills the following requirements: - [X] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [X] Tests for the changes have been added...

## Current Behavior `ioredis` will treat a key of `undefined` the same as the key `''`, meaning you can call `redis.set(undefined, 'some value')` and later use `redis.get('')` to get `'some...

This reverts commit 530af92. ## PR Checklist Please check if your PR fulfills the following requirements: - [X] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [X] Tests for the...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior When running an e2e test and using a `ClientRMQ` isntance, generated...

needs triage