Tim Holy

Results 243 issues of Tim Holy

I'd like to move the whole JuliaImages stack to version numbers >= 1.0 (see JuliaImages/Images.jl#825). Let's use this issue to collect plans for breaking changes in the near future. Items...

In ImageView, I have an application where I'm painting a 5-megapixel surface in a loop. It plays more slowly than I'd like under these circumstance. I noticed that if I...

Right now our resizing design is the following: - window-resizing triggers canvas callbacks - canvases are expected to call `Tk.update()` when finished so that the results are rendered to the...

In some circumstances the natural workflow will register multiple packages simultaneously, e.g., https://github.com/JuliaLang/Pkg.jl/issues/1874 and an example in https://github.com/JuliaRegistries/General/pull/16914. It would be ideal if Registrator would support this and if AutoMerge...

This is a bit of a cross-post from https://github.com/JuliaGraphics/ColorVectorSpace.jl/issues/126, but let me provide a more succinct summary specialized to this package. Consider the following demo: ```julia julia> using Statistics, StaticArrays...

Every example I've seen uses `isodd`; I don't know if that's a coincidence or whether it's deliberate, but I expected ```julia count.(grouped(first, ["apple", "pear", "artichoke"])) ``` to yield something like...

Requires https://github.com/JuliaImages/TestImages.jl/pull/29 and https://github.com/JuliaGL/GLVisualize.jl/pull/143. The new file is quite small, so the resolution isn't impressive, but on the other hand the anisotropic pixel spacing represents a good test of functionality...

At one point you mentioned a replacement for ImageView based on GLVisualize; this is of considerable interest to me. I'm guessing that the `volume.jl` and related examples are what you...

I'd like to check receptivity/thoughts on a couple of possible extensions and changes: - Would you be open to switching the return type for some methods to something that encodes...

enhancement

GtkObservables and ImageView both need `xvfb` since they require a display: https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_hash/d1c3641_vs_7242f78/report.html (from https://github.com/JuliaLang/PrecompileTools.jl/pull/13). Either that, or they could just be excluded from PkgEval runs.