Zheyu Shen

Results 20 comments of Zheyu Shen

`Prelude.head: empty list` error appears on international locales; needs `export LANG=C` as workaround.

Can confirm. `map_` functions should preserve properties.

@abhinavs95 any update on this? onnxruntime does not (and possibly will not) support spatial==0 on its CPU provider, making tensorrt-inference-server unable to load exported models (see [here](https://github.com/microsoft/onnxruntime/pull/890)).

still discussing internally on how to structure project governance, stay tuned

Is there an ETA for a new release with this feature?

@rakiru much of that has been done [here](https://github.com/arsdragonfly/iceball) including building on Windows w/ different toolchains & producing releases, but the CMakeLists.txt has been completely rewritten (sourceball is no longer required...

Msys2 support and Appveyor CI have been added. Crude logging to stderr.txt and stdout.txt has been set up in main.c, and -mwindows should get rid of the console window on...

One thing that sucks for Appveyor is that you'd have to add the build status badge later into README.md manually after you've connected your repo to the CI, since the...

Yes you can work on that. Jamie 于 2018年9月24日周一 08:27写道: > Is it okay for me to have a go at few of these? (currently thinking of > --field/-d) >...

This is entirely pointless for UDFs. UDFs execute arbitrary code remotely on workers *by design*. The *whole entire point* of UDF on Spark is distributed RCE. Whatever formatter you use...