Glen Hertz

Results 13 comments of Glen Hertz

Is there a reason too not use `firstindex(obj):lastindex(obj)` for the indices of the object? I believe those could be defined with `@compat` for older version of Julia that don't have...

I'm trying to do something similar to: ```julia julia> pretty_table(OffsetVector(1:11, -5:5)) ┌────────┐ │ Col. 1 │ ├────────┤ │ 7 │ │ 8 │ │ 9 │ │ 10 │ │...

I like the idea but if a user is setting `LD_LIBRARY_PATH` for some other non-julia purpose then wouldn't this clobber their setup? I think we would need to check if...

Ah I see, but when using `load_prefix` it will also set `CPATH` which shouldn't be set. It is more (complex) code to call a function (`load_prefix`) that doesn't do what...

I don't know but I don't see any Julia docs or recommendations to set them.

Hi, I ran into this issue again causing julia master to segfault. I don't get why LD_LIBRARY_PATH is set when it causes issues and it is not supposed to be...

I tried that but it didn't fix the issue. The issue is hosts on my subnet don't get resolved correctly (only external hosts do). If I go to my `printer`...

FYI. If my memory serves me right HSPICE will search for: 1. Relative to dir of file 2. Relative to dir of top netlist 3. Relative to dir of where...

Oh, good to hear my memory is still OK. A quick tip to figure out what a program does is to run in on Linux with: ``` strace -f -e...

Thanks. If I do one run with just photos and 4 CPUs and then a separate video only run with 1 CPU will the final database have both videos and...