Jonathan Stickel

Results 19 comments of Jonathan Stickel

So, it's nearly 3 years later, and this problem still exists. But now, AFAICT, `JULIA_GR_PROVIDER` is no longer used by GR. I was able to workaround it via `~/.julia/artifacts/Overrides.toml`: ```...

I had this same issue on MacOS 10.12.6. Having something in DYLD_FALLBACK_LIBRARY_PATH causes a failure during the build of Ipopt, at the part that uses BinaryProvider, exactly the same as...

Once there are multiple figure windows open (via `reuse=false`), you cannot selectively reuse specified figure windows (via `reuse=true`); only the last one. See my comment in #47.

> Just checking - did you rebuild PyCall each time you changed the PYTHON env var? Yes. I repeated going back and forth just now, rebuilding PyCall each time, to...

> Can you do `juliapkg.status()` and `jl.PythonCall.C.CTX` each time to check they are configured how we expect? ``` $ /usr/local/bin/python3.11 Python 3.11.5 (main, Nov 25 2023, 15:23:23) [GCC 11.4.0] on...

As hinted at here: https://support.opendns.com/hc/en-us/community/posts/220044707/comments/360004321232 I commented out the lines in the bash script `fetchstats`: ``` if [ "$SIGNIN" != "" ]; then echo "Login failed. Check username and password."...

Huh, so there is a fork that is associated with opendns: https://support.opendns.com/hc/en-us/articles/115003528803-Using-fetchstats-to-download-top-domain-data https://github.com/opendns/opendns-fetchstats Although it is a couple commits ahead of this repo, it still has the login problem described...

Bump. I was hoping to share code with colleagues that uses PythonPlot, and it would be easier if this is merged.