Alex Arslan

Results 492 comments of Alex Arslan

...except it didn't fail on CI, huh. The test I mentioned fails locally.

Some to-do items: - As @davidanthoff and I discussed in Slack, using the [binstall-tar](https://github.com/cargo-bins/tar-rs) crate in place of [tar](https://github.com/alexcrichton/tar-rs) is not ideal since the former seems unmaintained; it reflects tar...

`binstall-tar` has now been synced with upstream `tar` (https://github.com/cargo-bins/tar-rs/pull/1) and a v0.4.42 release has been published. IMO it seems reasonable to switch to `binstall-tar` (currently implemented in this PR) until...

Everything is working now, though I ended up taking a slightly different approach from when I started this. It looks like it might be a long time before the tar-rs...

There is, the system package manager is called `pkg`. They don't typically redistribute third party binaries though, preferring to compile things themselves as part of the ["ports" system](https://github.com/freebsd/freebsd-ports). (Think macOS...

Cleaned up my commit mess and rebased on main to make extra sure things continue to work as expected here with the updated dependencies.

I was about to open this same issue. 😄 If the argument against using HypothesisTests is that it uses StatsBase internally and StatsBase is a heavy dependency, note that this...

Power analyses are a standard part of clinical trial design, particularly in the determination of sample size. The advantage of having it in code as opposed to a GUI is...

> Currently not no especially since I should finish my PhD instead of doing this kind of development 😋 Procrastinating on one's degree by working on Julia is a tale...

Thanks, @thomasrockhu-codecov! @trent-codecov, let me know if there's any information I can provide that would be useful. #440 shows how the asset can be built (and tested, though that isn't...