Code Monkey home page Code Monkey logo

syncrm's People

Contributors

davidmstraub avatar dvandyk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

syncrm's Issues

rmt init error

rmt init . CODE leads to:

Traceback (most recent call last):
  File "/home/straub/.local/bin/rmt", line 11, in <module>
    load_entry_point('rmt', 'console_scripts', 'rmt')()
  File "/home/straub/tmp/rmt/rmt/cli.py", line 61, in rmt_cli
    args.cmd(args)
  File "/home/straub/tmp/rmt/rmt/cli.py", line 123, in init
    api.register(args['ONE-TIME-CODE'], client_id)
TypeError: 'Namespace' object is not subscriptable

perhaps args['ONE-TIME-CODE'] -> args.ONE_TIME_CODE? Dashes in argument names are tricky apparently.

Dependency issues

  • librsvg2-bin is required; this should be added to the README
  • pdftk is required. This is more of an issue since this was removed from the Ubuntu package repositories in 18.04 LTS since it depends on GCJ that is no longer maintained.

Initial fetch fails

  File "rmt/rmt/cli.py", line 105, in fetch
    local_mtime = os.path.getmtime(repo_dir + '/.rmt/blobs/' + item_id)
  File "/usr/lib/python3.6/genericpath.py", line 55, in getmtime
    return os.stat(filename).st_mtime
FileNotFoundError: [Errno 2] No such file or directory: '/home/straub/Arbeit/Remarkable/.rmt/blobs/<hash (redacted)>'

Maybe the getmtime doesn't work on the initial call as the file doesn't exist yet?

API.upload?

My understanding, based upon #2 and a quick review of the codebase, is that there is currently no upload implementation. Is this in progress? (I've started a branch but wanted to check before I duplicated work.)

Annotated PDFs

Presently rmt only extracts the original PDF from the downloaded ZIP file, rather than the annotated PDF. There is a Github project rM2PDF that seems to provide what we need.

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.