Christophe Meyer
Christophe Meyer
@iamed2 Hi! I'm not sure how to fix the failing formatting CI step, it flags about [all source files in the repo, including many I haven't touched](https://github.com/invenia/LibPQ.jl/runs/4665555435?check_suite_focus=true#step:5:463) :open_mouth:
bump, this looks good and could use this feature!
🛎️ Can we have this? I am still interested in plotting the evolution of the optimization : https://discourse.julialang.org/t/plotting-the-evolution-of-the-optimization-using-optim-jl/41978
@stillyslalom That didn't help. ``` julia> Homebrew.brew(`reinstall fontconfig`) ==> Reinstalling staticfloat/juliatranslated/fontconfig ==> Downloading https://homebrew.bintray.com/bottles/fontconfig-2.12.6.high_sierra.bottle.tar.gz Already downloaded: /Users/cmey/Library/Caches/Homebrew.jl/fontconfig-2.12.6.high_sierra.bottle.tar.gz ==> Pouring fontconfig-2.12.6.high_sierra.bottle.tar.gz ==> Regenerating font cache, this may take a while ==>...
@skleinbo That helped! I did: ``` shell> cd /Users/cmey/.julia/v0.6/Homebrew/deps/usr/Cellar/fontconfig/2.12.6/bin shell> ./fc-cache -frv julia> Pkg.build("Homebrew") # worked fine this time ```
Still a problem in Julia 1.1.1. The updated command to manually fix it is below. I don't know how to fix it in code here. Problem: during the build of...
+1 @rajshekarreddy97 were you able to find an alternative solution?