Giter VIP home page Giter VIP logo

Comments (9)

vbatts avatar vbatts commented on June 5, 2024

👍

from go-mtree.

cyphar avatar cyphar commented on June 5, 2024

After thinking some more about some aspects of all of this encoding. My current "fix" for unicode (#119) subtly broke \x__-style strings. Don't worry, it won't get hit by any of our encoding code. I'm working on a proper fix for it though.

from go-mtree.

cyphar avatar cyphar commented on June 5, 2024

I'm currently working on this in https://github.com/cyphar/govis.

from go-mtree.

vbatts avatar vbatts commented on June 5, 2024

from go-mtree.

cyphar avatar cyphar commented on June 5, 2024

Alright. Currently my Vis implementation has pretty solid integration and other tests. It also is unicode aware while also encoding unicode characters in a way that makes sure that legacy unvis implementations should "do the right thing" even though they don't understand unicode.

Namely this means that Vis will output ASCII and nothing else.

from go-mtree.

vbatts avatar vbatts commented on June 5, 2024

neat. Next step?

from go-mtree.

cyphar avatar cyphar commented on June 5, 2024

Well, there are two options:

  1. We keep govis as a separate library, and add it as a dependency to go-mtree. The next step would be for me to tag govis and then rewrite the go-mtree code to import it.
  2. We move govis into pkg/govis inside go-mtree so that there's no dependency issue. The next steps would be to move everything in and rewrite go-mtree to import it.

Which would you prefer?

from go-mtree.

vbatts avatar vbatts commented on June 5, 2024

from go-mtree.

cyphar avatar cyphar commented on June 5, 2024

yup, will do

from go-mtree.

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.