Daniel VandenHeuvel
Daniel VandenHeuvel
As discussed @davidanthoff , this outputs a warning when the duration of a request exceeds 1 second. I put the warning here instead of `request_wapper` so that the request name...
Maybe this call doesn't really make much sense to do like this (what are the assumptions of the arguments into `ApplyX`?), but just something I saw: ```julia julia> ApplyVector(*, 1.0,...
This originally came up in https://github.com/JuliaApproximation/ClassicalOrthogonalPolynomials.jl/issues/196 ```julia julia> FastTransforms.th_leg2cheb(Float64[]) ERROR: BoundsError: attempt to access 0×0 Matrix{Float64} at index [1, 1:0] Stacktrace: [1] throw_boundserror(A::Matrix{Float64}, I::Tuple{Int64, Base.Slice{Base.OneTo{Int64}}}) @ Base .\abstractarray.jl:737 [2] checkbounds...