Christian van der Leeden
Christian van der Leeden
### Description We are using https://github.com/adrey/slack-file-upload-action to upload a file. Would be great if slackapi would also support this method. ### What type of issue is this? (place an `x`...
This addresses #546. I've decided to add a `serverOptions` parameter instead of using the `pluginOptions`. Added an example on how to enable logging during tap testing. #### Checklist - [x]...
#### You have already researched for similar issues? Yes, nothing found #### What are you trying to achieve, or the steps to reproduce? I'm trying to see the `fastify.log` statements...
This will add etag support to GET requests. * send the etag along in the response headers * test for "if-none-match" header and compare the values to the etag from...
**Description** Follow up to #5095. Changing an ARG that is used in a later ENV statement will not break the cache. The issue was reported in #5095. The argument it...