Tim Holy
Tim Holy
I have some not-huge molecules (a little bigger than the ones in this demo), and `mcismol`/`mcesmol` are taking more runtime than I care to allow to finish. Here's a demo...
I'm attaching some files that show the result of rendering with GraphPlot (gets it wrong) and with TikzGraph (gets it right). The data are here: https://drive.google.com/file/d/12CfjV7kv2r7EAmSQoudfMog7p9r-OAr1/view?usp=sharing Save that to `/tmp/backedges.jld2`...
Aside from #66, I think one of the last obstacles to using this in ImageFiltering is the handling of color array elements, for example `RGB(0.8f0, 0.3f0, 0.5f0)` (which is just...
```julia $ julia -q --startup=no julia> versioninfo() Julia Version 1.8.0-rc1.1 Commit 93921644e4* (2022-06-22 12:42 UTC) Platform Info: OS: Linux (x86_64-linux-gnu) CPU: 12 × Intel(R) Core(TM) i7-8850H CPU @ 2.60GHz WORD_SIZE:...
I'm trying to set up a callback that runs every time the user changes the zoom setting on an axis. Here's a demo in Python: ```python >>> import numpy as...
Nice talk at JuliaCon 2016! Quite amazing work you folks are doing. If you're not aware of it, there's at least some chance that [SnoopCompile.jl](https://github.com/timholy/SnoopCompile.jl) might help---it will give you...
#266 contained a use case where having a real offset range seemed necessary. We have one, IdOffsetRange, which is not exported. Should we export it? What kind of trouble is...
Tests pass without it, and it's a source of ambiguities with FFTViews.
On Julia 1.0 (which installs Gtk v0.18.0), there is a new error in building this package. I believe the first fatal error is: /usr/bin/ld: ./.libs/libgio-2.0.so: undefined reference to `minor' I've...
```sh Error: Tree Hash Mismatch! │ Expected git-tree-sha1: 23501bda2685b36205bb637cfc6277d04f947ad4 │ Calculated git-tree-sha1: 4d6fc419716177c1bf360ec3e816defa48badbfd └ @ Pkg.Artifacts /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.4/Pkg/src/Artifacts.jl:780 ERROR: Unable to automatically install 'Gettext' from '/home/travis/.julia/packages/Gettext_jll/taxbQ/Artifacts.toml' Stacktrace: [1] error(::String) at ./error.jl:33...