Matt Blair

Results 97 comments of Matt Blair

If I had to guess, this is the order of likelihood to cause these errors: - yaml-cpp custom -> 0.6.3 - duktape: 2.3.0 -> 2.5.0 - freetype 2.10.2 -> 2.10.4...

Oh I didn't realize you replaced GLM too! Yes the `GLM_FORCE_CTOR_INIT` define is important - many code paths depend on GLM types being initialized with zeros by default.

That is a possibility! Could also be a case of accidentally using undefined behavior that happens to work correctly in debug mode. Hard to say without more info!

By the way, while I can appreciate the goal of unifying tangram's dependencies under vcpkg, I have to ask: Do you expect vcpkg to work with our current Android and...

Hello! Tangram ES does not currently have a feature that corresponds to the "map padding" in these other SDKs. `getEnclosingCameraPosition` is sufficient for some use cases, but not all. This...

Tangram JS is adding support for structured property data in the form of stringified JSON: https://github.com/tangrams/tangram/pull/715 Tangram ES will add matching support. This involves several both parsing string properties as...

Hi @nebular, thanks for the report. Your use case does sound a little unusual but we should still avoid crashing in this scenario. Two things: 1. Is the backtrace of...

@nebular thanks for the update. This non-determinism smells like a multi-threading issue to me. I'll take a look into this call path when I have a chance. I don't suppose...

The change in #2306 does not affect the font rendering process. It only allows tangram-es to load the correct font files. If your app was rendering faster before, it was...

Hi @RBJRBJ, thanks for the report. When you start the Activity, do you see any map tiles appear? I'm wondering whether this error is happening to all URL requests or...