Elijah Windsor
Elijah Windsor
I notice when I scroll fast that some rows don't get set to be visible again... Also when data is added to DataSource (infinite scrolling) sometimes the first new row...
Just fyi... I was following the example but it wasn't working... but when I did a setTimeout() with 1 millisecond for posting to the task, it worked. Thanks btw --...
Hello! I'm using `MapboxGL.Animated.ShapeSource` and within it a `MapboxGL.Animated.SymbolLayer`, with it's `iconSize` being an `Animated.Value`. I'm able to get it to animate in which is nice, but it's running on...
Hi there -- I know you haven't worked on this in 2 years, but it's exactly what I'm looking for! Is it possible say to reference objects that are outside...
Hello @jordansissel -- how do I specify a custom port (not the default Heroku port)? I need to do this in order to mix it with the nginx build pack......
If I create a webview using a local html file (say "page.html") and within page.html I reference images locally (), it won't display / find the image. However, if I...
On the client code here: https://github.com/triploc/ib-sdk/blob/master/doc/remoting.md ``` var io = require('socket.io-client')('http://localhost:8080'), session = sdk.proxy(io); session.service.relay(socket); ``` what is "socket" in `session.service.relay(socket)`? thanks!