Daniel Wennberg

Results 42 issues of Daniel Wennberg

A `ResolverError` has color hardcoded in the message if `stderr` supports color, as the message is formatted on construction using the following function: https://github.com/JuliaLang/Pkg.jl/blob/8b2c0f32939042e5d77da05d2825de6ec56487e9/src/Resolve/graphtype.jl#L571-L576 This is unfortunate when the error...

Certain transforms in the ecosystem, such as in FastTransforms.jl and ApproxFun.jl, are just wrappers that compose a basic FFT-like transform with additional scaling or another linear transform. See for example...