Where can I get support or ask questions on kepler.gl? - kepler.gl

Bugs and feature requests go to the GitHub repository (https://github.com/uber/kepler.gl), where can I ask questions or get support on kepler.gl?

you can raise an issue at https://github.com/uber/kepler.gl/issues if you think you have a distinct problem.

Related

Using DeckGL with Vue.js

I am struggling to get Deck play nice with vue. all the examples I have found till today are either quite hacked, not really my use case or out of date.
Does anyone know a good first step Source I could look at to get started?
I'm not sure if you ever found your solution or if you found other content, but I just wanted to post some info here in case you or anyone else who finds there way here needs some help on this.
There is a open source library we are working on to help bootstrap DeckGL/Mapbox implementations in Vue while providing some and soon more helpful abstractions.
Here is a couple links you may find useful:
Repo: https://github.com/loftylabs/vue_deckgl
Tutorial and documentation: https://loftylabs.github.io/vue_deckgl/
Feel free to stop by the repo and drop questions in issues if you are looking for any more help!

Several of my end users keep getting error 910 on play store

Several of my end users cannot install my app due to them getting the 910 error message. I have already tried asking them to delete their cache and other similar solutions I have found on several websites, none of them have been able to download my app after trying this. I was wondering if there is a chance this is a programming error on my part and if so what can I do?
I believe there is very little chance this is a programming error on your part. Unfortunately this is a pretty rare error code. There are a few things you can do if you have good communication with the users:
Find out what version of the Play Store they are on, and if it is not the latest encourage them to update
if they seem reasonably good at doing slightly technical things you could get them to take a bug report and then you contact Google Play developer support using the contact button on the help menu with that bug report.

Intellij GitHub plugin unable to add reviewers

I use IntelliJ IDEA 2017.3.2 Ultimate Edition.
I use the GitHub plugin bundled with it to create pull reviews. I am however not able to add reviewers when I create them.
Is this even possible? If not can the support folks please direct me if I can raise this request (or perhaps even contribute to this?)
Some UI to work with pull requests would be great too so it would be amazing to see if this is possible.
It is not possible at the moment - https://youtrack.jetbrains.com/issue/IDEA-85079 and related, https://youtrack.jetbrains.com/issue/IDEA-146659
You are welcome to contribute if you would like. See https://github.com/JetBrains/intellij-community/blob/master/CONTRIBUTING.md

Fabric.io Beta Distribution via Gradle - Emails Sending Issue

I need some assistance with regards to Beta distribution, and am at a loss for where to look or how to troubleshoot this.
I have already posted a question but I believe it to be in the wrong area, and perhaps posting here will have better results.
With that said here is the link regarding the question, relating to the title.
Fabric.io Beta Distribution via Gralde - Group Alias - Invitation Email
Thanks kindly

Objective C twitter client help!

I'm trying to update my app (iSocialNet) to use the latest version of MGTwitterEngine without success. I've successfully got iSocialNet to work using Ben Gottlieb's Twitter+OAuth, but there are issues that come with it.
What I would like to do is make my own 'TwitterEngine' but I'm not sure where to start. Can anyone please point me in the right direction? I must warn you that my knowledge of ObjC is minimal, but I'm getting there. Any help is appreciated.
The problem with Twitter+OAuth is that I can't get native retweets to show in the timeline, there's no retweet feature in the MGTE supplied, I can't get all users that a person follows and that's just what I've encountered so far. This is why i need to either update MGTE which comes with OAuth or i need to implement my own engine. I know that OAuth is tricky, but there's a library that MGTE uses that I would use. It's the actuall speaking to twitter that I don't understand.
Many thanks in advance
You could try to parse the timeline directly off twitter, I have same problem and I think it may solve the retweet problem as well as parse the follower list off twitter too ;)
I'd recommend you to explain your problems with Ben Gottlieb's Twitter+OAuth here better than implementing a new OAuth engine, that's absolutely not trivial and with little Objective-C knowledgement it could be disappointing for you! We can help each other here and by reusing code.