Mehmet Ali "Mali" Akmanalp
Mehmet Ali "Mali" Akmanalp
@srault95 Well, I think this may be a bit of a tangent to the original ticket. I don't see anything wrong with that, but there's a tradeoff in hashing cache...
> This would be nice. It is just a difficult feature to implement as all memory allocations now become "fallible". The thing of it is, as we're finding here, all...
Welp, looks like we hit it for 4.4: > E: Version '4.3*' for 'nodejs' was not found
Looks like the repo is updated so all I needed to do was to remove / reinstall the role. For some reason `ansible-galaxy remove` didn't work. Workaround was reinstalling with:...
Similar issue: ``` : |> $(DOWNLOAD) |> "in/Livestock - Hierarchy.tsv" "in/Livestock - Names.tsv" ``` gives me: ``` [ tup ] [0.000s] Scanning filesystem... [ tup ] [0.001s] Reading in new...
@tharvik ah, no. I think I'm on 0.7.5. Good to know, thank you!
Just to add to this, R blosc support is the main reason I'm stuck with releasing gzip/deflate HDF files (asking people to compile the plugin themselves doesn't end well), so...
@ziedbouf Apologies for the late reply - we seemed to have missed this! Our use case is mostly for importing data from scratch into postgres, so for us it was...
(keeping this ticket open as a reminder to implement support for this)
More notes for us: perhaps we could support `read_csv(chunksize=blah)` / `TextFileReader` objects by doing a chunked load on that end too - or a dask dataframe, using an implementation similar...