alecloudenback

Results 82 issues of alecloudenback

Could be part of the GUI interface or via the command line input. I tried looking through the source to see if this was already implemented/what the command was and...

E.g. using thousands, millions, billions, etc ``` 1234567.43 -> 1.2 million ```

I found the documentation about the thread-safe nature of the default RNG to be confusing. I understand now that the thread-safe nature is due to the construction of the `DEFAULT_RNG`...

Feature Request: Plotting with different groups/layers on the axis. https://peltiertech.com/chart-with-a-dual-category-axis/

Such a cool functionality but it's buried in the docs!

Using ARM64, nothing appears after analyzing: ``` julia> versioninfo() Julia Version 1.7.0 Commit 3bf9d17731 (2021-11-30 12:12 UTC) Platform Info: OS: macOS (arm64-apple-darwin21.1.0) CPU: Apple M1 WORD_SIZE: 64 LIBM: libopenlibm LLVM:...

This would close #366 by adding an exclusive version of `Scan`. There's nothing really new here yet except tests. What I think I need to do is to insert the...

Note from the conversation here: https://julialang.zulipchat.com/#narrow/stream/225542-helpdesk/topic/Array.20init.2Fshift/near/204375923

enhancement

I am trying to build a more robust internal rate of return solver for [ActuaryUtilities.jl](https://github.com/JuliaActuary/ActuaryUtilities.jl) and couldn't get IntervalRootFinding to pass some tests finding the roots. The following case failed...

The `dplyr` datasets don't seem to be included in the package, despite being available at https://vincentarelbundock.github.io/Rdatasets/articles/data.html ```julia-repl julia> starwars = dataset("dplyr","starwars") ERROR: Unable to locate dataset file ```