TimG1964

Results 17 issues of TimG1964

Addresses issue #210 Simple change to `read.jl` to pass through Custom XML internal files in the same way as binary files are already passed through instead of simply ignoring them....

``` ERROR: LoadError: ArgumentError: EPSG/ESRI code for the ESRI ID "British_National_Grid" not found in dictionary. Please check https://github.com/JuliaEarth/CoordRefSystems.jl/blob/main/src/strings.jl If you know the EPSG/ESRI code of a given ESRI WKT string,...

feature

### What happens? I cannot install the fts extension and nor does it install automatically as the docs suggest it should. Attempts to install the extension result in an error....

under review

Refer to [this discussion](https://discourse.julialang.org/t/curious-csv-round-trip-problem/118334) on the Julialang Discourse: >Can you file an issue against `CSV.jl` on GitHub? There’s probably a bug when the cut point to attribute parts of the...

The assumption in XML.jl seems to be that if a `node` has no attributes then `XML.attributes(node) === nothing`. For example, this constructor seems to assume this: ``` function Node(nodetype::NodeType, tag=nothing,...

I expected this to work but it doesn't. Maybe I shouldn't expect it to? ``` julia> using XML julia> doc = XML.Document() Node (depth=1) Document julia> dec = XML.Declaration(; var"xml...

``` using Mmap fname = tempname() write(fname, "bar") function reading() io = open(fname) mm = Mmap.mmap(io) q = view(mm, 1:2) close(io) end reading() isfile(fname) && rm(fname) ``` gives ``` ERROR:...

system:windows
io
stdlib

See [this discussion](https://discourse.julialang.org/t/csv-jl-writing-quoted-strings/123989) on Discourse for more details. I can read a CSV file from an external source that contains the string: ``` "This award from the Export Development Fund...

This consolidates #326, #332, #333 and #334 into one PR. Necessary because I inadvertently merged these PRs together when trying to clean up the branches in my fork.

The last release of XLSX.jl was in September **2024**. It would be great to have another one! There is much new functionality that has been added (or, in the case...