Rémi Garcia

Results 4 issues of Rémi Garcia

Version 0.15.2 is the latest that is compatible with julia 1.0.x which is a long-term support release. Branch 0.15.2 is not for version 0.15.2 and isn't compatible with julia 1.0.x....

I find it strange that: ```Julia julia> typeof(Float16(0)..Float32(0.5)) Interval{Float32} julia> typeof(Int(0)..Float32(0.5)) Interval{Float64} ``` I would think that `typeof(Int(0)..Float32(0.5)) == Interval{Float32}`

See first workaround of [#408](https://github.com/cpriest/SnapLinksPlus/issues/408#issuecomment-1004734463_) It could be useful to include a prefix, like a proxy, to every selected url. This should not be too much work as it only...

enhancement