Giter VIP home page Giter VIP logo

Comments (2)

nottheswimmer avatar nottheswimmer commented on May 18, 2024

Hi, thanks for the issue. Pytago tends to experience two types of bugs.

  1. Things that cause Pytago to fail critically. These are high priority to fix and you've provided an example of one here. The reason this code doesn't even produce some kind of result is this line:

sys.stdout.write("\r[+] Preparing... " + animation[i % len(animation)])

There's some code to identify writing to a file that got triggered inappropriately here and then failed. I'll try to get a fix out for that soon, but for now you can probably replace sys.stdout.write with a print and get a partially correct translation.

  1. The second kind of issue is translation errors. These can range from simple to incredibly complex so to fix those we need to create an issue that simplifies the feature being requested as much as possible. There's a lot of library usage in this script that there won't be good support for yet including...
  • strings.digits
  • sys.stdout.flush
  • urllib.request
  • os.system

Just to name a few. Each of these items will need individual issues to address them with well defined examples of the desired usage to flesh them out. If you make these (see the issue template) I will be happy to look into them.

from pytago.

 avatar commented on May 18, 2024

Yes please, also thank you.

from pytago.

Related Issues (19)

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.