Samuel Marks

Results 340 comments of Samuel Marks

You can just use my project for this, I support numpy, Google, and ReST formats: https://github.com/offscale/cdd-python Feel free to `pip install` and integrate into this project.

FYI: I'm working on a Parquet -> SQLalchemy tool that also uses pyarrow to batch insert data with `COPY FROM`: https://github.com/offscale/cdd-python-gae

Looks nice. I'll wait for it to have JSON, timezoned datetime, and array support before switching though. In the meantime I'm using my own repo, which underneath the hood uses...

Sure I can finish up here. In a few days one of my paying clients is paused until January 10 so this is a good period to work on this...

@emmenlau There were a lot of changes requested and compatibility with existing autotools toolchain required. If I get the chance will make the edits and update to latest master in...

@wessven New computer so trying to replicate on ba411e0: ```sh $ pacman -S base-devel gcc git autotools gettext gettext-devel libtool automake doxygen cmake $ autoreconf -fi $ ./configure $ make...

@saadrahim How's this progressing? FYI - I've been using this unofficial guide: https://gist.github.com/rigtorp/d9483af100fb77cee57e4c9fa3c74245

FYI: In the meantime I've started updating and improving that aforementioned guide in my fork: https://gist.github.com/SamuelMarks/2342bb814126b825e8b995446f9dc8e6 Currently debugging https://github.com/RadeonOpenCompute/ROCR-Runtime: ``` [100%] Linking CXX shared library libhsa-runtime64.so /usr/bin/ld: cannot find -lhsakmt:...

I'm still open to contributing CMake support (see my #1749 and friends). There are a number of odd use-cases I want to support, that CMake greatly simplifies.