spff

Results 5 comments of spff

Hi @sc1f @texodus ! Can you provide a code snippet to read the schema (without reading data) of arrow file (from fetch's arrayBuffer) so I can generate the schema for...

Hi @sc1f @texodus the above request is to automate the workaround through casting int64 to double and set the precision to 0. I appreciate a more elegant way if exists...

Hi @riziles ! I tried your repo and it worked with yarn v1.22.19 `corepack prepare [email protected] --activate`, but when I tried with yarn v3.6.1, it showed message below, do you...

I've also tried the `settings={'input_format_null_as_default': True}` but it fallbacked to '' instead of 'aaa'

I just submitted a PR https://github.com/google/android-emulator-container-scripts/pull/262 which fixed the undefined `ANDROID_AVD_HOME` so the function `cleanup` will properly cleanup the lock files before every start. docker-compose.yaml under emulator_emulator ``` volumes: -...