Naoki Saito
Naoki Saito
I just want to add that I didn't have any problem installing it on my Windows 10 machine with Julia v1.0.1.
I also installed Gtk.jl on linux machines: it initially failed to build due to the failure of installing ```libgtk-3-dev```, but after running ```sudo apt-get install libgtk-3-dev``` explicitly on the shell/terminal,...
About the version of OS X (El Capitan, 10.11.6), I believe many people still use this quite stable and reliable version of OS X. Although I plan to update to...
Thanks a lot, @pfitzseb , for our feedback. I'm curious. In ```language-julia``` package (ver. 0.16.0), there are two items I could turn on/off: 1) Soft Wrap; and 2) Soft Wrap...
I hope this problem will be resolved soon since it takes quite a bit of time to precompile SingularIntegralEquations.jl.
Sorry for my naive question, but what this background service via `brew services start d12frosted/emacs-plus/emacs-plus@28` does? Under what circumstances would it be useful? I haven't run this background service so...
Thanks a lot, @vedkothavade ! In my case, my emacs config is relatively simple, and I have never faced problems of slow startup of emacs. Hence, I probably don't need...
With BinaryProvider v0.5.5, I have the same build problems on all of my machines (macOS, Windows 10, ubuntu/linux), not only in CodecZlib, but also, LibCURL, EzXML, MbedTLS, ZMQ, FreeType. Under...
@hhaensel, I just tried FreeType.jl by removing ```deps``` folder and building it via ```(v1.1) pkg> build FreeType```. Nothing happened and ```deps``` was not created. On the other hand if I...
@hhaensel : I tried by moving my ~/.julia to ~/.julia.bak and installed various packages. But when it tried to install CodecZlib, it failed with the same error. I only tried...