Mario Apra

Results 13 issues of Mario Apra

@derrix060 I followed your instructions above, and fixed the syntax error in od_auth.py. Various commands then gave the error: ``` TypeError: __new__() missing 1 required positional argument: 'ignorefile_path' ``` For...

Snapcraft is a tool to release software to any Linux device (our target) https://snapcraft.io/build

The current code is using a mix of old MS APIs. [This repo](https://github.com/gzxu/onedrive-sync-client/blob/master/onedrive/sdk.py) could authenticate using the new api, so it's something doable.

enhancement

OneDriveAPISession is using keyring at the moment and this requires some specifics from the environment that it is running on. Changing to a nice encryption method (like keyring). one good...

Using docker make sure the environment is the same.

enhancement

This is not something urgent but will be good once the project starts to get big. The idea is to use the pre-existent translate method. Example: How it is: ```python...

help wanted
Hacktoberfest
beginner

Looking into the most reactions issues on parent project (xybu/onedrived-dev), there are a lot of people asking for one-way sync on both directions server to client and client to server....

enhancement

Some of the links were broken and some of them were redirecting. There were also cases where I couldn't find where it was refering to, so I decided to just...

Fix how to get DOCKER_IMAGE_TAG: By using GITHUB_ENV, only the steps on the same job will be able to get the value. When trying to get it from steps from...