Glen Hertz

Results 16 issues of Glen Hertz

I was compiling julia master and it errored out and after talking to the julia devs they say it is becaues LD_LIBRARY_PATH is set and it should never be set...

**Context** - CLI Version: 1.37.7 - Platform: x64 I installed nextdns on the command line with these settings: ``` config XXXXXX auto-activate true bogus-priv true timeout 5s report-client-info true discovery-dns...

🐞 bug

Extended has change my typing life and now I'm no longer angry at laptop keyboards -- thanks. I am trying to setup the Extended Extreme mapping on a Linux Mint...

## Bug description I start thumbsup using the docker image and limit the concurrency to 2 and I get in the terminal "Processing media" with 2 files being processed (good)...

bug

I get the following segfualt on Julia 1.7.2 (Linux) when loading a JLD2 file: ``` load("latency_Cm1_Thr1.jld2") GC error (probable corruption) : Allocations: 85434379 (Pool: 85404647; Big: 29732); GC: 54 !!!...

When the `build_tarballs.jl` has proper `platforms` configured (see https://github.com/JuliaPackaging/Yggdrasil/blob/0432ac88f57b4309b1bc98b075443fd39a89446a/X/Xyce/build_tarballs.jl#L40) and someone tries to install a package on an unsupported platform the current error message is something like: ``` (Simulation) pkg>...

Fantastic project! Is it possible to add support for sending differential outputs in order to not have to purchase an RS-485 module? As far as I can tell using 2...

For a line search of a line a warning is printed which is not desirable: `Optim.optimize(xs -> xs[1], [0.0], [1.0], [nextfloat(0.0)], Optim.Fminbox(Optim.BFGS()))` The warning: ``` ┌ Warning: Failed to achieve...

cc @oscardssmith `using MyProject` went form 12 to 6 seconds by removing the Symbolics dependency. I did a SnoopCompile analysis and the top contributors were related to: https://github.com/JuliaSymbolics/SymbolicUtils.jl/blob/94e0dd08efa1167930baf7366f1846271fa5b100/src/types.jl#L190-L192 I tried...