Kemal Zebari
Kemal Zebari
To add some clarification, the problem you are having is that when you pass `name=Test` we perform an extension check that honors what is provided in `ALLOWED_TYPES` in your `app.ini`'s...
No problem. After exploring the following commits: - [This](https://github.com/go-gitea/gitea/commit/3c59d31bc605bbefc6636e9b0a93e90ad2696ed9#diff-3e5b39ebf37ce325f4384e1932c111a53cc0a1d9fe7dc3005bafb6ec36d7f758) introduced the issue attachment POST API (2 years ago) - [This](https://github.com/go-gitea/gitea/commit/ddc709ff7f94bd627ac05209a16ea5a5e24b7413#diff-bf2b3a3d889c292791f2eebd48b488404703bd4e6a470b8901dfd7cd06fd6af5) introduced the function that the POST endpoint uses which performs...
Here's a truncated example of how it currently prints out: ```text Scanning dir . Scanning /workspaces/osv-scanner/ at commit 7310bc02536dd6f5adf92abb364bc42427e306ea Scanned /workspaces/osv-scanner/docs/Gemfile.lock file and found 94 packages Scanned /workspaces/osv-scanner/go.mod file and...
I'm not familiar with VanillaOS; however, from reading this [issue](https://github.com/89luca89/distrobox/issues/173#issuecomment-1046777951), the problem might be with the `distrobox-enter` command. Before[ 1.4.2.1](https://github.com/89luca89/distrobox/releases/tag/1.4.2.1) they suggest in their docs to "use single quotes around...