-
I have been using `ag` as my first choice of searching tools for years, but a moment ago, I just found that ag finds nothing if the file is non-UTF-8 (in my case, it is ISO-8859), but tools like `grep…
-
Support configurable charset for directory auto index and files.
reyk updated
4 months ago
-
Hi,
I would like to run a local clone of HIBP Passwords API with data from hibp-downloader and I would like to have files with no compression to serve it directly. It is possible to have option to …
Zeuh updated
5 months ago
-
Yamllint is now failing on files that linted successfully in previous versions. This happens in files that are not entirely ascii. With Python 3.x this issue does not occur.
I believe this is due t…
-
As discussed in PR #282, raw data, sim data, and validation data files are currently Pickled internal data structures. This approach is easy but tends to create files that carry unneeded data and are …
-
On [this page ](https://openexr.com/en/latest/OpenEXRFileLayout.html#sample-file) the hex data listed for the file doesn't seem to match the floating point values written below it. Neither the FP16 or…
-
It appears that the manifest is missing at least one file necessary to build
from the sdist for version 0.2.33. You're in good company, about 5% of other
projects updated in the last year are also mis…
-
Hi, is it possible to define an encoding to CSV files inside the `Refile.store.read` function? In this case, it would be similar to the command `CSV.read(file, {encoding: "bom|utf-8"})` in which you c…
-
The grammar permits the _expression_ of _is-value-constraint_ to be a _postfix-expression_. But if the _postfix-expression_ is not a _primary-expression_, it fails as below.
Relevant Cpp2 grammar e…
-
**Abstract**
Columnar storage is a core component of a modern data analytics system. Although many database management systems (DBMSs) have proprietary storage formats, most provide extensive suppo…