Stuart Buckingham

Results 17 comments of Stuart Buckingham
trafficstars

Hi @jackdh. I had the same requirement as you and have started implementing this in serpy here: https://github.com/stuart23/serpy/tree/stuart23-GeoJSON_serializer Currently it will output a GeoJSON when using the GeoJSONserializer, but will...

+1 to this, we are running into issues with `astro deploy` and are not able to debug it ourselves

> https://github.com/apache/airflow/blob/35c1a1a024e652c001930bf42416e06d3c20cf95/chart/files/statsd-mappings.yml#L18-L23 This is fully backwards compatible, it will ship more metrics than already exist and won't change any existing metrics

OK I guess I was just looking at our implementation that drops all non-matching metrics. Seems like there isn't going to be a good solution to unpack taskgroup tasks. I...

I don't believe this is solved as there is no way to eject the coverage report out of the running container. To reproduce: astro dev `pytest --args "--cov --cov-report xml"`

Great, I will put this in the docs. Would it make sense to mount a different directory for artifacts rather than use include?

Building, but need to check CGAL build flags ie CGAL_EXACT flag, rounding math, and dbug level

ef7038f8104978b25d9907b6d96714eb9cb5c8c8 merged into master

Still not building

Build version MUST be hard coded so that it stays in the git and not just a cmake option. Consider this option: http://brianmilco.blogspot.co.uk/2012/11/cmake-automatically-use-git-tags-as.html