Tom Gross

Results 22 comments of Tom Gross

I can reproduce this issue and wrote a test for it. I filed a request by pCloud to get some feedback on this issue.

Here is the answer of pCloud (in German) saying the `listtokens` endpoint is not allowed for oauth2: > Unsere Entwickler haben uns kürzlich mitgeteilt, dass die Methode "listtokens" für oauth2...

Hi @MrWillTurner thanks for your report. The PCloud library uses the synchronous request-library. There is an asynchronous one. I assume there is some blocking/unblocking magic involved, which prevents your code...

Any update on this?

It seems like a problem with missing dependencies: http://stackoverflow.com/questions/15444020/cannot-find-module-findup-sync-when-trying-to-run-grunt resolve findup-sync coffee-script ...

It goes further but I stoped trying at some point.

I don't have any issues with the lxml version but I didn't migrate any taxonomy from the old version.

@adrianschulz can this issue be closed?

We have taxonomies with large amounts of items to and found the bottleneck the construction of the vocabulary. The translation is not cached. There are two positions where this is...

``` from Products.Five import BrowserView from plone.app.querystring.interfaces import IQuerystringRegistryReader from plone.memoize import ram from plone.registry.interfaces import IRegistry from time import time from zope.component import getUtility import json ONE_DAY = 60...