Victor Berchet

Results 130 issues of Victor Berchet

- [ ] add a control for tail length (exp scale) - [ ] add extrusion - see this [example](https://developers.arcgis.com/javascript/latest/sample-code/sandbox/index.html?sample=geometry-mesh-primitives) and [wiki](https://en.wikipedia.org/wiki/Polygon_mesh). See [earcut](https://nicedoc.io/mapbox/earcut) - [ ] cleanup: remove event...

priority: medium

See https://developers.google.com/maps/documentation/javascript/interaction#understand-the-terminology Currently you need Ctrl + wheel to zoom even in full screen mode (for iFrames). Also would be nice that the chart behaves the same. See https://codepen.io/gavinr/pen/OGmEGb

enhancement
priority: low

## New features / Changes from 2.x that need to be documented _Those are not breaking changes_ - compiler: add id property to i18nMessage (6dd5201) - forms: add novalidate by...

1. run `./bin/darwin_x64/clang-format -i -style=file index.js bin/check-clang-format.js` 2. `yarn precommit` fails (And is executed as a pre-commit hook). I'll go ahead and disable the pre-commit hook for now to unblock...

enhancement

Any plan to use [shelf](https://api.dartlang.org/apidocs/channels/stable/dartdoc-viewer/shelf/shelf) for middleware ? Shelf is part of the Dart sdk. Middleware allow re-using code across frameworks but this would not work if every framework comes...

question

### Target Use Case I would like to use the `MVTLayer` to display airspaces on a map as on [openaip.net](https://www.openaip.net/map#11.8/43.91994/3.34358): ![image](https://github.com/visgl/deck.gl/assets/248818/16816286-5b95-4485-85bb-4e5a0e57200a) It requires a sprite to be used when rendering...

feature

Hey @justinfagnani, I was looking for a solution to lazy load lit elements an found this repo. Is there a more official way to do this now ? Thanks

[key.uid](https://github.com/angular/di.dart/blob/master/lib/key.dart#L24) is marked as `@deprecated` without further information. However we do rely on [`uid` being available](https://github.com/angular/angular.dart/blob/master/lib/core_dom/directive_injector.dart#L60) in angular. When is that supposed to be removed ? Any idea on how...

This issue was originally created as https://github.com/angular/angular.dart/issues/868 Let us consider the recipe application described here: https://github.com/angular/angular.dart/issues/837 ``` value(RouteInitializerFn, (r, views) { views.configure({ 'recipes': ngRoute( path: '/recipes', view: 'recipes.html', mount: {...

See `if (options.style) this.setStyle(...);` in the constructor My use case is to use a base layer switcher so I do not want to set a style explicitly when instantiating the...

waiting for code review fixes