stool
stool copied to clipboard
Share button not working
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.
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 🤷♂️
I will look into alternatives though, including using GitHub auth to share (of course, benchmarking would still be available without signing in)
Yes, the urls would be long. But they could be shortened via any url shortener.
@albertxing The share button sounds pretty important, can we get this fixed?