Steve
Steve
## Bug Report When the process receives a SIGINT, the application gets stuck waiting for the `httpAdapter.close()` in the `dispose()` call in the shutdown lifecycles. It never reaches the shutdown...
# Current Functionality Currently it looks like the only way connection resiliency is supported is through setting `wait: false` on the `connectionInitOptions`. This results in the Nest service reporting that...
Hi When trying to make a production build using the following command `WEBPACK_CONFIG_FILE=\"webpack.prod.js\" meteor build --architecture=os.linux.x86_64 --allow-superuser --directory .build` I get the following error: ``` Errors prevented bundling: While processing...
References #139
When using [Google's Well-Known Types](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf) with Nest (or just plain protobufjs) the types generated from ts-proto fail to be parsed. Given this protobuf ```proto syntax = "proto2" import "google/protobuf/wrappers.proto"; message...
As originally outlined here: https://github.com/golevelup/nestjs/issues/239 with an updated comment by me https://github.com/golevelup/nestjs/issues/239#issuecomment-1653912986 There is an issue with queue creation when connected to a Rabbit cluster. I can consistently reproduce the...
## 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...
Hi, Given the following import statement ```typescript import { promisifyMeteorCall } from 'imports/utils/meteor'; ``` and the following tsconfig.json ```json { "compilerOptions": { "allowJs": true, "allowSyntheticDefaultImports": true, "alwaysStrict": true, "baseUrl": ".",...
When trying to use this with `[email protected]` it results in the following: ``` yarn run v1.9.2 $ git-cz Cannot find module 'lerna/lib/Repository' error Command failed with exit code 1. info...