Titouan Launay

Results 26 comments of 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...

Hey @hexcowboy, thanks for bringing that up! The stream implementation isn't needed in the current state of the library and it is safe to ignore across browsers. However, we will...

Hey @dichioniccolo! Thanks for reaching out. Could you send the example code for this document? Most importantly, if there are different margin settings on the first and subsequent pages as...

Hey @dichioniccolo, thanks for your patience! We were unable to reproduce this issue. Based on the provided screenshot and your code, it seems that the React-Print CSS may not get...