Taras Vozniuk
Taras Vozniuk
@jneves: Not sure if you are a last remaining active maintainer of Zappa. As part of the community still rely on Zappa, it is included in OpenSSF top 200 critical...
* package.json with base version set to **0.0.1** * typescript definitions for `V86Starter` exposed APIs I have used `v86` as a package name
1. extends the style swap options (previously as `{ diff?: boolean }`) with an optional `stylePatch` function that allows performing a side effect during style switching: after a style is...
When symbol buckets with `line` symbol-placement are populated, a line merging algorithm is used to merge individual line segments. This later helps during the determination of anchors as anchors are...
This made way to angular redux bindings [fractal-store.md](https://github.com/angular-redux/store/blob/master/articles/fractal-store.md), which popped out while reviewing the code I wrote previously where I found myself doing something like: 1. decorate a local reducer...
Greeting guys, Has anybody tried (or started) integrating Sulong with swift toolchain? Or its too early yet? It just feels quite promising that sulong can potentially allow swift to target...
Based on previous #73 and #75, adds support for drawing manager, with the following details: * DrawingManagerProvider also contains DataSourceProvider for its manager datasource as a child * each customizable...
Accessibility usecase (keyboard navigation of popups) discussed in #87 uncovered the issue where `atlas.Popup` is actually never added explicitly to `PopupManager` that results in popup containers not getting added to...
Adds support for Azure Map Creator Indoor Manager plugin. Sample usage: ```jsx const tilesetId = "YOUR_TILESET_ID" const options = { authOptions: { authType: "subscriptionKey", subscriptionKey: "YOUR_PRIMARY_SUB_KEY", }, center: [-122.13203, 47.63645],...