-
While adding the support for ZSTD write(https://github.com/prestodb/presto/pull/14396), we removed compression usage for zero row file creation.
However with this change, JSON format sources started …
-
I'm tying to clean up the excel importer so that I can make it into a more reusable item. item with a stronger mapping to the columns but I'm not having much success. I was hoping to get some input.
…
-
Hi there i'm trying to run cobalt standalone programme and got this error:
> 06:46:34 - COBALT version: 1.8
> 06:46:34 - Using non default value 16 for parameter threads
> 06:46:34 - Thread Count…
-
I have been using PySerial (3.4) very happily in Windows-based Python scripting to talk with embedded targets. I have recently moved all my Python 2.7.15 scripts to Python 3, deciding to go straight …
-
I am following these commands to build sumo on ubuntu 18.04.1 LTS
1. $sudo apt-get install cmake python g++ libxerces-c-dev libfox-1.6-dev libgdal-dev libproj-dev libgl2ps-dev swig
2. $git clone -…
-
##### Describe the bug
XMRig fails to build when it is configured with `-DWITH_OPENCL=OFF`.
```
[75/208] Building CXX object CMakeFiles/xmrig.dir/src/backend/cuda/CudaBackend.cpp.o
FAILED: CMa…
-
Can we get some simplified examples?
Right now, Example.java is huge and somewhat difficult to follow structure.
The API is a bit quirky and highly opinionated as it is... trying to unravel what…
-
I'm seeing the error:
`Error: Failed to write data: bufio.Scanner: token too long.`
when i try to write a csv data that is ~164MB to influxdb. Based on https://stackoverflow.com/questions/21124327…
-
under JLine 2 double tab had this behavior: on first tab it only shows the methods you're likeliest to want, then on second tab it adds more: things like `toString`, and also methods you only get thro…
-
Hello,
I'm trying to migrate from JLine2 to JLine3 for TruffleRuby, a Ruby implementation written in parts in Java.
We need to match the Ruby API of the `readline` standard library, and that has `…