James Ramm

Results 63 comments of James Ramm

also coming across this issue with Kong 2.7.0 (and lower versions) with postgres 14.x. All is OK with postgres 13.x I would just add that before the lua errors (which...

@bungle Yes, we are using the default auth method. Is md5 the previous default (hence it works as a work around?).

@ludovic @STRML I am wondering if this kind of change should be implemented in [react-resizeable](https://github.com/react-grid-layout/react-resizable), rather than here?

Yes, certainly. For each chunk, I know the x and y pixel offsets (in the source). From the pixel offsets, I create the `left`, `right`, `top` and `bottom` coordinates required...

just to wade in, if using dict of dicts, why not consider GeoJSON? - GeoJSON already used in places across rasterio (I believe) - ESRI at least write RATs as...

I've found that it performs linearly (and very well) up to 2m-2.5m points, but after that it tends to crash....not sure why (it is not a RAM issue...)

After a little digging: 1. This is an issue with this library (rather than any upstream swagger libs) 2. specifiying 'stripBasePath' to false, may be a workaround - needs validating

@mcollina I'm having a dig around - if specifying `stripBasePath` is a workaround, is it better to document this as required if using a relative URL, or to fix the...

Hi thanks for the interest in the project. A PR is always welcome!

I think a good start to this would be: - Leverage a single backend payment integration (e.g stripe) and expose an API for sending invoices. It should have the bare...