Titouan Launay
Titouan Launay
Hello! It seems that this error is also affecting Gatsby, which does not provide any way to call `require` from imported CommonJS modules. In the meantime, I am using [patch-package](https://www.npmjs.com/package/patch-package)...
Hello @brendan-ward sorry for the late response, Yes for these dates we pass a string/object dtype to pandas to prevent type inference which results in out of bound dates. We...
Opened as geopandas/pyogrio#174
Also bumped into this issue today trying to get a `1 or more files` field to work. It seems that ajv will only coerce scalar types as defined in https://github.com/ajv-validator/ajv/blob/master/lib/compile/validate/dataType.ts#L126...
I worked around this by creating a custom ajv plugin ```typescript import type Ajv from "ajv"; import { DataValidateFunction } from "ajv/dist/types"; export const ajvArrayCoercion = (ajv: Ajv) => {...
Also bumped into this issue with a mixed `multipart/form-data` payload containing both files and a JSON options object. It seems that adding the `encoding[fieldName].contentType` fixes the CURL call, **however** it...
Same thing here :(