Gustavo Goretkin

Results 85 comments of Gustavo Goretkin

The reason is to produce a MWE illustrating the issue. I don't believe that the solution to move the figure up works in general. I suspect there is an MWE...

I am not sure if this falls into the use case here, but I'd love to add `Rebugger.breakpoint()` to somewhere inside a function, re-run my code, and get thrown into...

This is a fringe use-case, but this doesn't appear to work if you're `include`ing a file that calls the method with the `error` call.

Any suggestions on what to do with the "Multi" types?

And in one case, setting an object not visible caused another object to have its model be the identity transform, but I wasn't able to recreate that again.

As a stop-gap measure, is there any way to do GLVisualize animations without using the `Reactive` signals? By "manually" setting the transformation matrices, for example?

No worries! If you have an idea about what's going on (and time to explain!), I wouldn't mind knowing about it.

I am not sure what there is to do here. ```julia julia> f = θ->imrotate(img, θ, axes(img)) #11 (generic function with 1 method) julia> typeof(f(π/4)) Matrix{ColorTypes.Gray{FixedPointNumbers.N0f8}} (alias for Array{ColorTypes.Gray{FixedPointNumbers.Normed{UInt8, 8}},...

> When the colorspace is changed, many of the properties or characteristics of the original element type (e.g. `ForwardDiff`) will be lost. Sorry, I don't think I understand. On some...