fomojola

Results 4 comments of fomojola

This also happens when using in Node with the Papa.NODE_STREAM_INPUT to parse a stream with the **preview** configuration option. Spent a few hours trying to figure out what I did...

This was actually a significant issue for me when I performed an upgrade. I ended up doing this: class CustomUUIDField(UUIDField): def to_python(self, value): val = super(CustomUUIDField, self).to_python(value) return str(val) And...

Just looked at this: it appears to be unable to handle a single character escape sequence if it is part of a function call. If you replace ``` var separators...

Leaving this here for the next poor soul who spends 4 hours trying to figure out why this doesn't work: hopefully my time will be well spent on your behalf....