-
最近升级fastJson版本时发现一些地方会有类型转换错误,于是记录了下两个版本的fastJson分别是1.2.46和1.2.68,最终确定原因是:在1.2.68中增加了对返回值是Map类型的判断,从而不会调用 `com.alibaba.fastjson.JSON.toJSON(Object javaObject) ` 方法,而该方法会递归地将存储的数据转成JSONObject/JSONArray…
-
This tool is amazing. I was having trouble ingesting json data using DuckDB because the object sizes where too large. With this I can just pick the large arrays apart into separate objects and DuckDB …
-
From slack:
titus:
hi @luizirber the MAGsearch snakefile that I inherited from Tessa uses 36 threads. Any particular reason not to push that higher?
luizirber:
nope, you can go higher. Just ne…
-
I found quite serious problem with backslash-escaped quotes. It doesn't work when is this quote followed by same character as field divider.
**_comma-backslash.csv_**
`id,name,price`
`1,"ESCAPING…
-
_From @rokuingh on June 25, 2015 19:25_
When used on osx, the ctypes find_library() command does not find dependency libraries (probably because it does not search anaconda lib directories - seems to…
-
The standard JSON package reads the entire file to validate and parse the structure, and can take a lot of memory.
Research alternatives, including streaming JSON parsers or even custom parsing. Th…
-
Check if Pandas can be used to reading JSON as a stream
-
### Describe the bug
*This bug may be a duplicate of #318. I will report in separate as I want to add all the details I've collected and it will be easier here than as a comment*
Running `vector…
-
Getting the following error:
```bash
$ cargo run --example generate --release
Error: Os { code: 2, kind: NotFound, message: "No such file or directory" }
```
-
This looks good, specially the performance part.
What is the recommended way to handle the Authentication / Authorization with this? For example, how do we allow only valid uses to make the RPC cal…