Patrick Mézard

Results 4 issues of Patrick Mézard

I suppose there is logic in HttpRequest to set the field when receiving the header, but apparently it does not keep both in sync (or favor the field). The tests...

Before the change, the output file name was hard-coded to "nutch.csv". When running in distributed mode, multiple reducers would clobber each other output. After the change, the filename is taken...

### Summary: If you have a schema containing an attribute like: ``` someDate: { type: Date } ``` and create a document using the derived model like: ``` const m...

type:bug
status:todo

The problem is twofold: - In Geometry.Coords() we have to make sure the parent Geometry outlives the processing of the coordinates array. - The previous condition is not enough when...