Greg Hinch

Results 5 issues of Greg Hinch

It's useful to be able to set extra attributes on the rendered `FormFieldNode` via the template (e.g. where you want template authors to be able to set class names on...

Patch needs tests
Patch needs documentation

When you are using Form classes which have already been created in an external app, sometimes it's not practical or desirable to create entirely new Floppyform classes which mimic the...

AWS Athena provides support for [querying geospatial data](https://docs.aws.amazon.com/athena/latest/ug/querying-geospatial-data.html). The response can contain specific [geometric datatypes](https://docs.aws.amazon.com/athena/latest/ug/geospatial-input-data-formats-supported-geometry-types.html), which are not presently supported by AWS Wrangler/Pandas. [Geopandas](https://geopandas.org/en/stable/) is a geospatial-aware version of Pandas....

feature

UltraJSON has been put in to "maintenance-only" status and the maintainers recommend upgrading to [orjson](https://github.com/ijl/orjson). orjson is quite a bit faster than ujson, but does have some API incompatibilities. I'm...