Christophe Meyer

Results 23 comments of Christophe Meyer

The 2 addresses are indeed the same value: ``` data: 0x559f60951da0 OneToSeven: 0x559f60951da0 ``` but surprisingly the equality test returns `0`. :exploding_head:

Thank you for the quick response! > Is this some new Ubuntu (22.04)? Yes, I'm on Pop!_OS 22.04 (a derivative of Ubuntu 22.04). > Is it possible it would add...

My turn to apologize, I cannot reproduce the issue on GCC, I've updated the description. I think I didn't have a robust way to change compiler, but now I do....

The problem is reproducible in a clean Docker environment: ``` docker run -it archlinux ``` ``` pacman -Sy clang cmake git make git clone https://github.com/mosra/corrade.git cd corrade rm -rf build...

> The biggest cost is creation of SubDataFrame (which currently is created each time you ask for it) Aha! That is the slightly unexpected performance part for me - I...

I fixed this here https://github.com/JuliaGraphics/Winston.jl/pull/307 @WurdahMekanik If this is fixed for you now, can you close this?

@tknopp I believe we can close this issue.

Hi @pwl, this is a good change that I'd like to use! However, vectorized call syntax has changed. Can you please update it so we can merge? (see my example...

+1 hitting this issue on AppVeyor ([link to logs](https://ci.appveyor.com/project/cmey/matplotlib-animation-ci/build/job/08pt12mdmv7fcnpq)) with latest PyPlot (not pinned)

I found this work around for AppVeyor: set the environment variable `CONDA_JL_VERSION` to `"3"` prior to `Pkg.add("Conda")`. This has the added benefit of running Python 3, it's about time we...