Results 11 issues of Remek Zajac

Consider the test case: ``` namespace cartesian { using point = boost::geometry::model::d2::point_xy; using linestring = boost::geometry::model::linestring; using polygon = boost::geometry::model::polygon; using multipolygon = boost::geometry::model::multi_polygon; using mpoint = boost::geometry::model::multi_point; } namespace...

Consider the test case: ``` namespace cartesian { using point = boost::geometry::model::d2::point_xy; using linestring = boost::geometry::model::linestring; using polygon = boost::geometry::model::polygon; using multipolygon = boost::geometry::model::multi_polygon; using mpoint = boost::geometry::model::multi_point; } namespace...

bug

Consider the test case: ``` namespace spherical { using point = boost::geometry::model::d2::point_xy; using linestring = boost::geometry::model::linestring; using polygon = boost::geometry::model::polygon; using multipolygon = boost::geometry::model::multi_polygon; using mpoint = boost::geometry::model::multi_point; const double...

bug

We had to turn the simplification off as wedges would develop on tile seams preventing the [bleed/buffer](https://github.com/mapbox/vector-tile-spec/tree/master/2.1) (grep for buffer) to be correctly applied. My guess is that [Douglas–Peucker](https://en.wikipedia.org/wiki/Ramer%E2%80%93Douglas%E2%80%93Peucker_algorithm) that...

bug

And how does one communicate that error? Is this what 'cancel' is for? - doesn't sound this way as cancel is the interface of the future not of the promise....

This is a very handy library - thank you. But: Consider this function: ``` QFuture foo() { AsyncFuture::Deferred _terrain_fetched; _terrain_fetched.complete(QList()); return _terrain_fetched.future(); } ``` and the compiler error: ``` In...

Hi. The in-source comments say: "You can also give a 'search_field', a VectorField into where the values of the searched fields are copied and normalized. If you give it, the...

This addresses: https://github.com/airmap/platform-sdk/issues/182 and thus allows building QGC with AirMap support for ARM

### Gloo Edge Version 1.12.x (latest stable) ### Kubernetes Version 1.24.x ### Describe the bug While doing basic evaluation of grpc support at Gloo, I successfully followed the tutorial on...

Type: Bug

``` [remek][~/.../github.com/messagebird/pushprom][master]$ make container rm -fr bin pkg vendor/pkg * go getting all dependencies into vendor/ find vendor/ -name .git -type d | xargs rm -rf * Building pushprom for...