iTrooz

Results 306 comments of iTrooz

Behaviour has changed: the close dialog now shows, but I can't click on it [Kooha-2024-08-06-00-51-44.webm](https://github.com/user-attachments/assets/2bd39596-3ba6-4f73-b8ed-0eb00d35b215)

Video showing the bug: https://github.com/waydroid/waydroid/assets/42669835/5f326295-bffd-4dd3-bf4a-19364005c97c (I am using KDE 6 with Wayland on ArchLinux with kernel linux-zen 6.8.1.zen1-1)

do you know how to `go install` this version of swag ? EDIT: found: `go install github.com/swaggo/swag/v2/cmd/swag@latest`

Oh ok. You may want to update the example to only put one to true then

Sure, here it is in mp4 format: https://github.com/user-attachments/assets/f0adacd0-6918-4a8e-8f20-ab1b6a14fbf6

You use `actions/cache` to download the cache to a specific folder in the runner, and then upload it using `actions/upload-artifact`. You can then download it on your computer

Hello ! Here is one such workflow: ```yaml name: Download cache and Upload on: workflow_dispatch: inputs: cache_key: description: 'Cache key' required: true type: string jobs: cache-upload: runs-on: ubuntu-latest steps: -...

> Thanks, @iTrooz! If I understand ☝️, you are using workflow artifacts to retain the cache and download it from there to examine and iterate, correct? Yep ! and I'd...

Unfortunately, the extension also has this bug

There is already a configurable option `prepend_module_to_snapshot` that would allow for ~that. That said, this option is currently only configurable per-test and not project-wide I'd love to submit a PR...