Results 35 comments of Chris Savvopoulos

I was able to get this to work on MacOS by replacing MacOS's loop system with libuv, like so: In mapbox-gl-native/platform/macos/macos.cmake, I had to add this: ``` target_include_directories( mbgl-core PUBLIC...

Hi, I had tried to get the node bindings to work as well, about a year ago. I eventually gave up, but, since somebody asked me recently, I wanted to...

A number of examples: ``` { dim: 'time', value: { type: 'value', values: [], grain: 'year', value: '0645-01-01T00:00:00.000-00:01:15' }, end: 25, start: 22, latent: true, body: '645' } { dim:...

Effectively, we wanted to use it as a replacement for onRegionDidChange. One use case is to capture and store the latest viewport that the user panned to. It looks like...

Given that this is a bug and not a feature request, it would make sense to me to keep it open. That way, people facing the same issue can find...

I was considering to prepare a patch for this to add pgtap to the package (by adding it in the makefiles). Is that something that would be accepted into this...

@microsoft-github-policy-service agree

Hi Andy, nice to see this! As I've said before, let me know if you run into any kinks (e.g. I just discovered that I forgot Prev(), planning to add...