stool icon indicating copy to clipboard operation
stool copied to clipboard

Share button not working

Open no-gravity opened this issue 7 years ago • 4 comments
trafficstars

I get an error when using the share button.

Looks like it tries to post the code to some backend service.

Would be nice to have it just add the code to the #fragment of the url so it works independent of a backend service.

no-gravity avatar Oct 26 '18 12:10 no-gravity

GitHub deprecated anonymous Gist creation earlier this year, which is what stool used to store benchmarking code.

I had considered storing encoded strings in the URL, but those tend to end up quite long and are not very wieldy 🤷‍♂️

albertxing avatar Oct 27 '18 19:10 albertxing

I will look into alternatives though, including using GitHub auth to share (of course, benchmarking would still be available without signing in)

albertxing avatar Oct 27 '18 19:10 albertxing

Yes, the urls would be long. But they could be shortened via any url shortener.

no-gravity avatar Oct 27 '18 20:10 no-gravity

@albertxing The share button sounds pretty important, can we get this fixed?

MarshallOfSound avatar Dec 15 '20 10:12 MarshallOfSound