Júlio Hoffimann

Results 186 issues of Júlio Hoffimann

The test we have added in ImageInpainting.jl with a *.txt file fails on MacOS for some unknown reason: https://github.com/JuliaImages/ImageInpainting.jl/runs/1858622127?check_suite_focus=true#step:6:60 Any idea of what can be causing the failure? This is...

It would be great to have PGFPlots and other binary dependencies installed automatically upon a simple `Pkg.add("PGFPlots")`. If you have the time, please check the super nice [BinDeps.jl](https://github.com/JuliaLang/BinDeps.jl#the-high-level-interface---declaring-dependencies) package.

help wanted

Paste the following code inside a function and execute in debug mode in VSCode: ```julia import ArchGDAL as AG import GeoInterface as GI import Tables function test() data = AG.read("test1.gpkg")...

bug

Clicking the `open` button on the welcome page erases the file selection on Windows.

bug
frontend

From a Discourse [thread](https://discourse.julialang.org/t/how-to-translate-and-scale-makie-image/108741), here is a MWE by @eliascarv where the image is partially displayed: ```julia using Makie using GLMakie @recipe(ScaledImage, img, x, y) do scene Attributes() end function...

enhancement

Each plotting library defines its own set of geometry types (e.g. Plots.jl GR.jl, Gadfly.jl). In order to avoid namespace pollution, we would benefit from a public API that is entirely...

enhancement

Can you please provide an example with 1. Clustering.KMeans 2. Clustering.DBSCAN 3. BetaML.GaussianMixtureClusterer where we call the same MLJ interface functions to "train" the clustering models with a random data...

Hi, I am opening this issue just to confirm that this is the intended behavior of show in html: ![image](https://github.com/JuliaData/DataFrames.jl/assets/3345261/f10659d7-7bdc-4bbe-b883-a11462ab85ef) The numeric values are so shifted to the right that...

display

In the past we allowed `OrdinaryKriging`, `UniversalKriging` and `ExternalDriftKriging` in the sequential Gaussian simulation, besides the standard `SimpleKriging`. After refactoring the code, we lost that feature. We need to add...

feature

It can be useful to define transform pipelines with Observables.jl so that people can see the direct effect of changing these parameters in interactive `viz`.

help wanted
feature