Giter Site home page Giter Site logo

byecycle's People

Contributors

a-recknagel avatar adeak avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

adeak

byecycle's Issues

Use a better / alternative drawing backend

matplotlib isn't the best tool for drawing graphs, just the one I was familiar with. once the picture gets a bit bigger and more cluttered, features like

  • zooming in/out
  • a tooltip showing the module name instead of having to color-match with a legend-chart
  • things being prettier in general

would be really nice.

Generate coverage badge

Now that the test coverage isn't horrible any more, I'm not ashamed to show it. Unfortunately, github-actions doesn't provide an easy way to do so. Requirements:

  • obtain cloud storage
  • add anybadge to dev dependencies (docs group maybe?)
  • write a scripts/badges.py script that generates a badge based on a coverage report
  • run coverage in pipeline, store report as artifact (the unit test job already runs coverage, but doesn't generate/store the report)
  • run badger-job in pipeline which
    • fetches the coverage report
    • runs scripts/badges.py with it as input
    • pushes the resulting badge to the cloud

Once that is done, the readme can feature that badge.

add issue templates

describing how issues should be written in docs is a lot worse than just providing a template. as a starting point:

  • template for bugs
  • template for feature requests

and maybe one more for docs and/or "other". then again, such things might better be described with labels.

Restructure internals

The Module class is badly designed. Shared state on the class level that requires manual cleanup means that something fundamental is wrong. Probably the fact that it claims to be a Node-like class and lacks both parent or children linkage -- imports are not children, even if you can draw graphs with them.

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.