johnbcoughlin

Results 14 issues of johnbcoughlin

Would be extremely nice to support Intellij's Find Usages feature, this is crucial for safe refactoring. If you're accepting PRs, then I'm happy to take a look at this.

I was surprised to note that TimeZones was added as a dependency of my project after adding SpecialPolynomials. The dependency graph is through this package, Intervals.jl. The TimeZones library is...

Using the latest version, I get garbage when broadcasting across a singleton dimension: ``` pkg> st StrideArrays ... [d1fa6d79] StrideArrays v0.1.25 ``` ``` julia> f = @StrideArray rand(3, 3); julia>...