Nathan

Results 6 issues of Nathan

I am currently writing some tests that contain YouTube API requests using this library. I have a predefined videoID that I have been using to test the ` youtube.videos.list` method...

needs more info
type: question

I've created the following using `@golevelup/nestjs-rabbitmq` as a demo of the issue: ```ts @RabbitSubscribe({ exchange: "EXCHANGE", routingKey: "EXCHANGE", queue: "EXCHANGE", }) public async handler() { // For the sake of...

rabbitmq

### Describe the bug Here is the config file that I have for creating the `rook-ceph-cluster` as defined [here](https://artifacthub.io/packages/helm/rook/rook-ceph-cluster). I can deploy using almost the same layout for the `rook-ceph`...

## Issue I am currently trying to send a post request to an endpoint using needle. When I try to append the cookies to the request it sends the cookies...

Checklist: * [ * ] I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq. * [ * ] I've included steps to reproduce the bug. * [ *...

bug

This is a continuation of #20729 as I cannot reopen it :smile: I am trying to log into Harbor via CLI using the username + CLI secret. I am using...