Neil O'Toole
Neil O'Toole
This PR proposes adding a method `FSCache.MapFile` that maps an existing on-disk file into a `StandardFS`-backed `FSCache` without performing an (expensive) copy operation. I wasn't able to figure out how...
**Describe the bug** As revealed in GH pipelines, document sources, in particular XLSX, are much slower on windows. **To Reproduce** The slow performance can be observed in windows pipeline runs....
**Describe the bug** It's well-known that SQLite is loosey-goosey with type handling. In particular, it [doesn't really support](https://stackoverflow.com/questions/21757722/how-to-use-sqlite-decimal-precision-notation) decimal / numeric. A recent PR introduced a dedicated `decimal.Decimal` type into...
**Is your feature request related to a problem? Please describe.** Shell completion hasn't been tested on Windows. **Describe the solution you'd like** Verify shell completion works on Windows.
**Is your feature request related to a problem? Please describe.** Other drivers (e.g. Postgres) have inherent support for SQL `SCHEMA` (and usually `CATALOG`). SQLite doesn't have `CATALOG` support, but by...
See: https://github.com/neilotoole/jsoncolor/runs/5411277762?check_suite_focus=true This is due to changes introduced from #17.
Currently there's one `Colors.Punc` field that controls colorization of all punctuation, `[]{},:"`. Some users may wish for more fine-grained control over punc, e.g. bolding array brackets, etc.
This codebase was forked from [`segmentio/encoding`](https://github.com/segmentio/encoding) at `v0.1.14`. They have improved things since then... we should catch up.
Per this reddit [comment](https://www.reddit.com/r/golang/comments/1bd1iyv/comment/kujquel): > I would suggest having an optional variant that takes some sort of cache size limit as well, in the general spirit of "I should always...