eclipse / editdor

Eclipse ediTDor - A tool for simply designing W3C Thing Descriptions
https://eclipse.github.io/editdor/
38 stars 19 forks source link

URI too long #36

Open relu91 opened 3 years ago

relu91 commented 3 years ago

@sebastiankb shared this link in a github comment. When clicking it the browser refuses to follow it and return simpy URI too long.

I tried with Brave and Chrome. Platfrom Windows.

egekorkan commented 3 years ago

Actually storing a document as big as TD in a URL is not a very good practice: https://stackoverflow.com/questions/417142/what-is-the-maximum-length-of-a-url-in-different-browsers

An option would be requiring a GitHub sign-in by the user and storing it in their Gists as the JSON-LD playground does.

fexpal commented 3 years ago

For me the link is working, so it would be interesting why it is not working for you.

Still @egekorkan is right that it is not the best idea to do it like that, but it is the easiest way to share small TDs and JSON-LD Playground is also offering it. The Gists is one of the next steps that we want to implement. In JSON-LD Playground the Gists aren't working for me, are they for you?

relu91 commented 3 years ago

For me the link is working, so it would be interesting why it is not working for you.

Still @egekorkan is right that it is not the best idea to do it like that, but it is the easiest way to share small TDs and JSON-LD Playground is also offering it. The Gists is one of the next steps that we want to implement. In JSON-LD Playground the Gists aren't working for me, are they for you?

Experimenting with @sebastiankb we found that for macOS users is not an issue, are you using windows?

fexpal commented 3 years ago

Yes I am on windows and Chrome Version 89.0.4389.82 (Offizieller Build) (32-Bit)