Mateusz Anioła

Results 8 comments of Mateusz Anioła

Any news on this? Will this be merged?

I defined my browserify + watchify task exacly as [here](https://github.com/gulpjs/gulp/blob/master/docs/recipes/fast-browserify-builds-with-watchify.md) and got this problem as well. ``` (node) warning: possible EventEmitter memory leak detected. 11 reset listeners added. Use emitter.setMaxListeners()...

If anyone's interested I created my own social login views with requests_oauthlib: ``` class GoogleOAuth2(APIView): """ Login with Google OAuth2 """ def get(self, request): client_id = settings.GOOGLE_OAUTH2_KEY scope = settings.GOOGLE_OAUTH2_SCOPE...

I have the same problem now, console shows this error: ``` tinymce.js:45017 Uncaught TypeError: fileBrowserCallback is not a function at Class.actionCallback (tinymce.js:45017) at Dispatcher.fire (tinymce.js:25798) at Class.fire (tinymce.js:28210) at Class....

Ok, I got it - you need to install tinymce 3.x not, 4.x

I ended up overriding the `filebrowser.html` file and deleting the whole thumbnail and `sorl.thumbnail` dependency and used the original file.

I may find a bit of free time between project this week and try to find a solution for this.

The main challenge regarding card condition is the significant variation between marketplaces. The conditions you used are based on TCGplayer, correct? https://help.tcgplayer.com/hc/en-us/articles/221430307-Card-Conditioning-Overview The other notable standards are from Cardmarket (https://help.cardmarket.com/en/CardCondition),...