Alex Arslan

Results 507 comments of Alex Arslan

This may be possible using https://github.com/codecov/codecov-cli

Seems https://github.com/mbauman/InvertedIndices.jl/issues/14 will need to be addressed before it makes sense to go forward with this.

Hi there, apologies for not responding sooner. If you're still willing to work on this, that sounds like a wonderful contribution! We don't have any documented contribution guidelines (at least...

> the only CI test that fails is anderson-darling for macOS 1.3. this test passes for me locally on my mac using julia v1.3. not sure what the difference is....

> i don't understand why the changes to type restrictions are needed either, but the test in this PR for Float32 fails without them I checked out your branch, changed...

Actually when I made the change back to what it was, I missed one particular parameter, which solves the mystery. 😄 Only the `mean::Float64` -> `median::Real` change is needed for...

A fix >5 years in the making

> the documentation has no Getting Started Guide This would be a great addition to the documentation, PRs for that would be more than welcome. The examples in the README...

It occurred to me that since #1117 removed the later name validation in favor of doing it early, adding the option to bypass validation here means that you may _never_...

Backtrace from tests (click to expand) $ RUST_BACKTRACE=full cargo build warning: file `/usr/home/alex/Projects/juliaup/src/bin/julialauncher.rs` found to be present in multiple build targets: * `bin` target `julia` * `bin` target `julialauncher` Compiling...