-
So I've been frustrated with the current state of logging in Blocks for a while. Pickled Python dictionaries have problematic memory requirements and aren't ideal for analysis given all the issues tha…
-
Delimiting records by signal characters, `\n` in oklog's case, has several several drawbacks:
* records always need to be escaped properly (also makes them possibly vulnearable to injections)
* wa…
fabxc updated
6 years ago
-
Tesseract Version: v5.0.0-alpha.20190623
Platform: Windows 10 64-bit
Current Behavior: For the Thai language (almost) every individual character in hOCR output is a word
Expected Behavior: Words (…
FrkBo updated
3 weeks ago
-
See gist:
https://gist.github.com/unleashy/c6a01c0798d99726940aec4ffca7f321
After the (admittedly weird) delimited string, the whole file becomes "string"-highlighted. This is obviously because …
-
Is there a way to submit streaming json objects to a Spray route?
-
**Describe the bug**
Error:
```python
TypeError: cannot compare unknown lengths against known values
This error occurred while calling
ak.flatten(
Array-instance
axi…
-
Hi there,
For comparing csv files, DKFileSource does not handle values that contain the delimiter itself.
eg It thinks the line below has 4 columns instead of 3.
1,"2,3",4
If that is not intentiona…
-
## Expected behavior and actual behavior.
When piping line-delimited GeoJSON (GeoJSONSeq) to `ogr2ogr` the following error is thrown:
````bash
ERROR 6: backward Seek() unsupported on /vsistdin …
-
In "Curation Output" section of http://waldronlab.io/BugSigDBStats/articles/BugSigDBStats.html#statistical-analysis - for example, "Claregrieve1,Chloe,WikiWorks743" should be separated and counted un…
-
`odkmeta` uses `insheet` to import the ODK `.csv` data. Yet there are known bugs with `insheet` (e.g., involving embedded double quotes) that Stata 13's `import delimited` fixes. For users of Stata 12…