-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
I'd like to visualize some data generated via minizinc. For this, I'd like to generate urls like https://urlofmyvisualizer.com/file=BASE64ENCODINGOFMYOUTPUT, where the url points to some tools that allow me to visualize the data (echart graphs, ICS viewers…). For now I have two issues:
- the URL is super long, hence copy/pasting is not practical. I'd love minizinc playground to detect urls and allow the user to click them.
- some visualizers I use expect either URL encoding or base64 formatting. URL encoding can more or less be written manually, but base64 is harder to write manually. Unfortunately, I can't find any way to loop on all elements of a string in minizinc, hence I can't write this base64 function.
I understand that point 2 should be reported in a different repository, but could we fix issue 1 here?
Metadata
Metadata
Assignees
Labels
No labels