Artem Hruzd

Results 19 issues of Artem Hruzd

How to add version number to all events ? I'm using angular.js with nw.js desktop app. When I was using universal-analytics there was screenview-tracking where I could specify a version.https://github.com/peaksandpies/universal-analytics#screenview-tracking...

question

{% easy_map "Russia, Ekaterinburg, 42, Russia, Ekaterinburg, 44" 500 400 %} Can you add multiple addresses pls ?

enhancement

I have event: ``` @on_message def message(request, socket, context, message): print message ``` When i try to connect and send message: ``` from websocket import create_connection ws = create_connection("ws://127.0.0.1:9000/") ws.send("Hello,...

## Checklist - [x] I have verified that that issue exists against the `master` branch of Django REST framework. - [x] I have searched for similar issues in both open...

I created a token via admin interface. ![screen shot 2018-03-28 at 12 18 33](https://user-images.githubusercontent.com/3278913/38020164-33cc872a-3282-11e8-99ef-1d9d304b6076.png) Then do: ```curl "http://0.0.0.0:8000/projects/" -H "Authorization: JWT 37fd60be49932a418aba5f9f12d39891b78acf0b"``` And receive error: > {"detail":"Error decoding signature."}

It will be cool when after creation get already sign in app, that ready for app store publishing

I have a readonly raty with float value: $('div').raty({ readOnly : true, score: 3.26 }); How can i add the custom title to it: "Your rate is 3.26/5"

I want to implement simple gulp task to run app in SDK mode: ``` const debugRun = gulpfile.series(debug_run); gulpfile.task('debug-run', debugRun); function debug_run() { process.env.NWJS_BUILD_TYPE = 'sdk'; log(nw.findpath()) } ``` But...

When i logged in with facebook, i got: ``` {'username': None, 'last_name': None, 'cn': None, 'profile_id': '...', 'first_name': None, 'access_token': u'...', 'secret': None, 'image_url': '...', 'provider': 'Facebook', 'email': '...', 'profile_url':...

Your plugin is awesome, but what about scroll pagination ? When we scroll results pages changing ?