Rory Finnegan

Results 223 comments of Rory Finnegan

Yeah, I'd need to look at how the base logger handles that, but it shouldn't be hard to support more generally.

✋ I can take a look at adding this. I'd like to work on getting the CI passing first.

It'd be nice if we could define a common interface for resampling methods across the stats ecosystem, so that we could plugin various other approaches (e.g., [Jackknife.jl](https://github.com/ararslan/Jackknife.jl), [Bootstrap.jl](https://github.com/juliangehring/Bootstrap.jl)). Maybe [StatsBase.jl](https://github.com/JuliaStats/StatsBase.jl)...

Update: If SSL is turned off I get something like: ``` server closed the connection unexpectedly This probably means the server terminated abnormally before or while processing the request. julia:...

FWIW, we do dispatch on those parameters in a few places, but rewriting that logic with an explicit condition or by passing those as arguments to subfunction could be a...

Okay, so my understanding as it relates to https://github.com/JuliaMath/IntervalSets.jl/issues/67 is that we probably want: 1. A shared `AbstractInterval` type in IntervalSets.jl which isn't parameterized by the bounds, which would make...

@kmsquire No worries, I don't think this is a huge issue anyways. Yes, this is being run inside a playground, which changes `PATH` to look in `.playground/bin` first for the...

Ok, I've submitted the update, but I'll start looking at Benchmarks.jl.

This is a pretty old PR, but do we still want to add the check to `hash`? I was also surprised by this as it was causing collisions. ``` julia>...

Hmm, that could work, but I don't know how that would work with the symbols for bounds. That being said, @oxinabox raised an important point that parameterizing the interval type...