Giter VIP home page Giter VIP logo

Comments (4)

payne911 avatar payne911 commented on May 19, 2024 1

For now, after a very quick research, I've found a solution which seems to at least work for very simple cases: https://stackoverflow.com/a/33807762/9768291

I haven't tested it with my more "complex" table which contains SVGs, for example. I'll get around to looking deeper into this at some point when I have time.

I think a nice and complete solution would offer both options:

  1. Export to a CSV file
  2. Share with an URL

from useful-forks.github.io.

payne911 avatar payne911 commented on May 19, 2024

Thank you! :)

I've actually been considering this so that people can share results through a simple URL.

My problem is that there is a maximum length to URLs so it'd be hard to encode very long result lists in there. I'm still trying to land on a viable solution.

If you have any ideas, feel free to share. :)

from useful-forks.github.io.

kunaltyagi avatar kunaltyagi commented on May 19, 2024

For now, how about allowing the user to download the data (as csv/markdown)?

Later, you can allow the users to add a paste using their own pastebin account. No need to work with URLs :)

If you want url, then serialize the results, then compress them (lzma?) Might be possible to cover almost all repos (since you also filter results with no modifications on master).

from useful-forks.github.io.

payne911 avatar payne911 commented on May 19, 2024

I started working on this:

csv

And I get the right format for the data:

image

I'm only missing the part where I can actually trigger a download.

from useful-forks.github.io.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.