Yurii Matsiuk

Results 3 issues of Yurii Matsiuk

**Is your feature request related to a problem? Please describe.** Nix is famous for having a hash prefix for all the paths, that is generated based on the inputs during...

enhancement

#### Code: ``` const app = await NestFactory.createMicroservice( ApplicationModule, { strategy: new GCPubSubServer({ topic: 'projects/ALPHA/topics/FOO', subscription: 'projects/BETA/subscriptions/FOO', init: true, checkExistence: true, client: { projectId: 'BETA', }, }), }, ); ```...