Peter Laß

Results 16 comments of Peter Laß

> > > There's an additional lookup endpoint that returns this data: > > `https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?mt=8&id=` > > Give that a try using an iPhone user agent. It contains a lot...

At my place I can approve it. Even with: ``` python %matplotlib inline import quantstats as qs stock = qs.utils.download_returns('FB') qs.reports.full(stock) ``` I am getting: ```` --------------------------------------------------------------------------- TypeError Traceback (most...

In every line in the Makefile where $(PWD) ist used you have to change it to $(CURDIR). This is a make specific env-var which gives the current directory to the...

For the dockerfile problem I only have the solution to comment out lines 14-16. This is not needed in windows environment, because docker desktop manages the file-permissions when bind-mounting a...

Hi @eitsupi, I reviewed the manual and with the background of your issue, you want to move the user specific `rstudio-prefs.json` file. I think your Issue is related to #170...

I fixed it by setting predefinedACL to NULL. Aren't you think that this is little inconvenient with respect to the upload function? Kind reagrds 26. Oktober 2020 11:26, "Mark" schrieb:...

I think I made some missunderstandable comments. In the first place, I used predefinedACL="bucketLevel" because I knew the setting from the upload object. I wasn't trying without the predefinedACL parameter....

Referring to this discussion: https://bugs.python.org/issue7195 Meybe os.relpath() ist not the correct function to use when there are absolute paths. Espacially in windows context when you change over drives from python...

A local workaround could be: - Go to the disk management system tool - select the drive where your source and destination is located. - select "Edit drive letter and...

And can you give a hint what the differences between the three used envs are? I just need a lead to the right direction. Thank you!