mattcbro

Results 30 comments of mattcbro

I'm getting the same sort of segfault problem in mkl as soon as I try to use PyPlot, julia> include("calsim.jl") signal (11): Segmentation fault while loading /data/projects/Maestro/calsim.jl, in expression starting...

I am also seeing segfaults using multiple threads in Julia. But I only see the segfaults on windows. Not sure if it's related. I get this error on windows: ```...

I'm on Linux Mint 19.2 Cinnamon and just upgraded to julia 1.3 and I'm starting to see fatal FontConfig errors that crashed julia and actually force you to quit the...

@Mattriks No but I'll see if it helps. I could avoid the crash by changing the order of my using commands, but I still see font problems for my plots....

My back end is inspectDR. The font problems manifest as squares printing instead of a minus sign for axis labels. So for example: ``` using Plots inspectdr() y = randn(10)...

Sorry forgot to mention that I'm using Julia 0.3.11 on x86_64-linux-gnu.

There are a few other interactions with debug that I've wondered about along similiar lines. I notice issues when putting breakpoints in functions that are called through pmap or @parallel...

This is really annoying behavior. Is there any way a setting in vscode can be invoked to change the default image file format? svg doesn't display in teams or slack...

This is still odd to me since ultimately my use of g0 and what will follow are compile time calculations not run time calculations. My intention is to do some...

It's still not compiling on my rig. Am I doing something wrong? I'm on linux mint 19.2, using Julia 1.2. Adding in the Reduce.Load() command (copied and pasted from your...