Raffaele Mancuso

Results 141 issues of Raffaele Mancuso

**Describe the bug** I used Dropbox now I switched back to Maestral. I set the folder to the previous Dropbox folder and merged. However I forgot to select some folders...

bug

Sam, I reinstalled Maestral and asked it to selective sync only a small folder. I thought it would require it only a short time to finish. It doesn't. Apparently it...

enhancement
daemon

Maestral's uploaded files have metadata in them, like the date and time in which the file has been uploaded. Would it be possible to hide this metadata, for instance have...

enhancement

After extracting a zip file, maestral shows dialog box "Could not sync file or folder. Insufficient read or write permissions for this location." and then pause indefinitely. Another bug: Show...

bug

**Is your feature request related to a problem? Please describe.** When you are syncing a large library, you may realize Maestral is syncing items you no longer need. You cannot...

enhancement

If you call it without arguments, it will tell you: > Error, provide at least one of the following arguments: --query or --file The correct argument appears to be `--doi-file`...

### What happened? In [this webpage](https://www.selenium.dev/documentation/webdriver/getting_started/install_drivers/) there is written: ``` service = Service(executable_path=ChromeDriverManager().install()) ``` But the argument to `Service.__init__`, as also described in the [documentation](https://www.selenium.dev/selenium/docs/api/py/webdriver/selenium.webdriver.common.service.html?highlight=service#module-selenium.webdriver.common.service), seems to be `executable`, not...

waiting-answer

I see that in settings there is a `PREFER_DAY_OF_MONTH`, in case the day is missing. Is there also a `PREFER_MONTH_OF_YEAR`, in case the month is missing? Because currently it uses...

The following code: ``` dateparser.search.search_dates("in the sample papers. The year of mention refers ") ``` returns: ``` [('The year of', datetime.datetime(2021, 12, 23, 0, 0))] ``` while clearly there is...

I am trying to download the *time series* of an author's publication count and H-index. On [this question](https://stackoverflow.com/questions/68963469/download-h-index-time-series-from-scopus-or-orcid/68967902#68967902) the answer was: > Unfortunatly, Scopus does not provide a timeseries of...

Enhancement
Effort: High
Backend