Thatcher Chamberlin

Results 6 issues of Thatcher Chamberlin

I've been getting the following error lately when trying to use the `get_iers_*()` funcitons: ``` [ Info: Downloading file 'EOP_IAU1980.TXT' from 'https://datacenter.iers.org/data/csv/finals.all.csv' with cURL. ┌ Warning: Download failed with error:...

Terrain2STL's documentation is very incomplete. It would be good to document at least the `elevstl` command arguments, and something about how to obtain and use the HGT files.

It'd be great if things like this: [✓] 1 from: [ ] 6.S04 [ ] 6.02 [✓] 6.03 could be collapsed to look like this: [✓] 1 from: (6.03) [+]...

I'm seeing a weird issue where SymEngine expressions with exponents with decimal points don't get latexified correctly. Running in Julia 1.9, ``` (@v1.9) pkg> status SymEngine Latexify Status `~/.julia/environments/v1.9/Project.toml` [23fbe1c1]...

Adds timezones for DateTime parsing! This is accomplished through the use of the TimeZones.jl package. The tests in [test/spec-02-22.expected](https://github.com/JuliaData/YAML.jl/compare/master...ThatcherC:YAML.jl:timezones?expand=1#diff-361e779d45c10fe6c257e2fcd4f455017745130478c14daf589d09b2e7009113) had to be updated to output `ZonedDateTime` objects instead of `DateTime`...

enhancement

The `getSamples()` function was left empty in the origin branch. I used wav.js for a project of mine and implemented the function. The samples from the .wav are loaded into...