Robert Coup

Results 34 issues of Robert Coup

Experimental [GDAL/OGR](https://gdal.org) plugin drivers for Kart repositories. These are mostly to provide a proof of concept for discussion and to support future feature development in Kart. They are implemented using...

Would be great to be able to paste my carefully crafted existing PS1 in and be able to edit it with new things.

In order to let us help you better, please fill out the following fields as best you can: ### I am... * [X] Suggesting a new feature ### I am...

Installing QGIS 3.32 from the macOS DMG file is **_painfully slow_**: several minutes for the 3GB of files on an idle M1 Max MBP with 32GB of memory, running macOS...

## Description Incorporate a bunch of bug & security fixes. ## Related links: Sourced from https://github.com/koordinates/git/releases/tag/kart-v0.15.2 which builds on the git `v2.45.1` tag. The associated Windows mingit build is https://github.com/koordinates/git/releases/tag/kart-v0.15.2-windows-mingit-build...

dependencies

Here's a really rough cut at GeoPackage support Why? GeoPackage is missing a lightweight implementation IMO: libgpkg isn't maintained, Spatialite is really complex and includes all sorts of other stuff;...

Description =========== AvroConsumer happily returns decoded Avro messages, but drops all reference to the original Avro schema/identifier. The schema is super-useful in some cases (eg. Debezium, where it contains the...

enhancement
schema registry

I've found it useful to be able to introspect OGR datasources as the PostgreSQL server can see it — SQL equivalents of `ogr_fdw_info` commands. 1. Add a function to list...

This fixes #13, which leads directly to easier mocking/testing of Chargebee APIs too. It's mostly just cut & paste from result.py to the model classes. The `Result._get*()` methods no longer...

Fix for #12 Uses `Model.fields[0]` by default, but can be overridden via `Model.repr_field` eg. ``` >>> r = chargebee.Subscription.list({})[0] >>> r >>> r.customer >>> r.subscription >>> r.customer.billing_address ```