Aleks

Results 9 comments of Aleks

Given the example from the original @masoud91 comment, it seems you are only using the `Request` to forward it to the parent `__constructor` , you can simply avoid to extend...

There is a merge request about it #152

You should use a User Agent that is unlikely to get banned, like a Firefox user agent, it should finally fix this recurrent issue. I did this when I had...

The extension manager does not work with some CC versions. To make the extension work you have to install it manually. 1. Download the zxp file 2. Change the extension...

> it's saying it need at least version CS6 You can try to use Extension Manager CC, available on the CreativeCloud.

Using a DB engine like SQLite would be a great solution, it can be stored in the ram, it is quick and way more easier to handle than pickling. I...