Ian Weaver

Results 8 issues of Ian Weaver

Hi, based on the [discussion](https://discord.com/channels/750379744478101544/768187260368584755/795076650601021490) in the class discord (copied below), should these conditionals be switched/tweaked? https://github.com/mitmath/18S191/blob/1dddcc9cb2cb88dce5fb17dea23b67a7e70da9b7/homework/homework6/hw6.jl#L818-L821 I.e., to something like this? ```julia if result ≈ 1462 correct() elseif result...

Hi, thanks for such a cool package! I am copying this discussion from the [slack](https://julialang.slack.com/archives/C8RQUU2KH/p1626126804154100) here regarding formatting ticklabels from timeseries data: --- @icweaver said: I have some timeseries data...

Thanks for providing such a wonderful package! I am opening this issue to follow-up on the Zulip discussion here: https://julialang.zulipchat.com/#narrow/stream/274208-helpdesk-.28published.29/topic/reading.20a.20file.20with.20header.20with.20CSV.2Ejl/near/240593595 To summarize, would it be inline with the parsing feature...

new feature

I noticed this edge case (contractions with more than one letter after the apostrophe) while mentoring. Happy to use different/more examples or incorporate them into the original test if that...

TIL about [CODATA](https://physics.nist.gov/cgi-bin/cuu/Value?bg). It looks like G has been updated since 2014, so it might be better to just let `astropy` handle the constants sprinkled throughout [here](https://github.com/nespinoza/juliet/search?q=G+%3D+6.67408e-11&unscoped_q=G+%3D+6.67408e-11) to help future-proof...

enhancement

Trying out `PythonCall.jl` for our Python-based tests here. It uses scratch spaces and self contained envs, which is chef's kiss, and I think activating already existing envs is on the...

Renamed branch from https://github.com/JuliaAstro/Transits.jl/pull/8 ## TODO: - [ ] Explore interactive notebooks with [`PlutoSlideServer.jl`](https://github.com/JuliaPluto/PlutoSliderServer.jl) - [ ] Switch to/add `Makie.jl` for plots?

Just happened to notice these while browsing through the docs. Thanks y'all for this awesome package!