rawgithack icon indicating copy to clipboard operation
rawgithack copied to clipboard

Support GitHub release assets

Open KrasnayaPloshchad opened this issue 6 years ago • 3 comments

This would be useful for links like https://github.com/harfbuzz/harfbuzz/releases/download/2.1.1/harfbuzz-2.1.1-win32.zip

KrasnayaPloshchad avatar Nov 16 '18 04:11 KrasnayaPloshchad

Why? Something like this should not go over the service... this makes no sense...

Dexus avatar Dec 11 '18 21:12 Dexus

I saw uGet has an ability to accelerate with mirror server, so if you made this implementation, it would be possible to make the assets download faster with the help of CDN.

KrasnayaPloshchad avatar Dec 12 '18 04:12 KrasnayaPloshchad

One use case is to be able to direct link source files (.c, .cpp, .h, .hpp) that only exist as release assets. For example to be used in godbolt: https://github.com/compiler-explorer/compiler-explorer/issues/1442 For now its possible to reupload the file to gist as a workaround as that is already supported, but that isnt so nice.

Rochet2 avatar Jan 07 '22 22:01 Rochet2