Giter Site home page Giter Site logo

yatta's People

Contributors

rhroberts avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

korallin

yatta's Issues

Windows support

Issues:

  • Need windows-curses
  • daemon module uses os.fork, which is not available on windows. cannot track tasks without this
    • Would need to rewrite daemon module with multiprocessing module

For now, use WSL to run yatta on Windows.

Future work on this will be in fix/windows branch.

Many commands are quite slow

Need to do some more profiling, but it seems like calls to db and completion_help modules are the worst offenders

get entry_points working in setup.py

$ pip install .
$ yatta -h

Traceback (most recent call last):
  File "/home/rusty/.pyenv/versions/yatta/bin/yatta", line 11, in <module>
    load_entry_point('yatta==0.0.1', 'console_scripts', 'yatta')()
  File "/home/rusty/.pyenv/versions/3.8.2/envs/yatta/lib/python3.8/site-packages/pkg_resources/__init__.py", line 489, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/home/rusty/.pyenv/versions/3.8.2/envs/yatta/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2852, in load_entry_point
    return ep.load()
  File "/home/rusty/.pyenv/versions/3.8.2/envs/yatta/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2443, in load
    return self.resolve()
  File "/home/rusty/.pyenv/versions/3.8.2/envs/yatta/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2449, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
ModuleNotFoundError: No module named 'yatta'

Weekly plot range is incorrect

$ yatta plot

Traceback (most recent call last):
  File "/home/rusty/.cache/pypoetry/virtualenvs/yatta-2qEKFhJ--py3.8/bin/yatta", line 11, in <module>
    load_entry_point('yatta', 'console_scripts', 'yatta')()
  File "/home/rusty/.cache/pypoetry/virtualenvs/yatta-2qEKFhJ--py3.8/lib/python3.8/site-packages/click/core.py", line 829, in __call__
    return self.main(*args, **kwargs)
  File "/home/rusty/.cache/pypoetry/virtualenvs/yatta-2qEKFhJ--py3.8/lib/python3.8/site-packages/click/core.py", line 782, in main
    rv = self.invoke(ctx)
  File "/home/rusty/.cache/pypoetry/virtualenvs/yatta-2qEKFhJ--py3.8/lib/python3.8/site-packages/click/core.py", line 1259, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/home/rusty/.cache/pypoetry/virtualenvs/yatta-2qEKFhJ--py3.8/lib/python3.8/site-packages/click/core.py", line 1066, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/home/rusty/.cache/pypoetry/virtualenvs/yatta-2qEKFhJ--py3.8/lib/python3.8/site-packages/click/core.py", line 610, in invoke
    return callback(*args, **kwargs)
  File "/home/rusty/Code/yatta/src/yatta/commands/plot.py", line 52, in plot
    start_date = datetime(year, month, day - day_of_week)
ValueError: day is out of range for month

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.