Tim Holy
Tim Holy
This package has some lovely, but long, documentation strings. Starting with Julia 1.5, the REPL will let you choose between brief and extended help. The documentation of this package should...
Split off from #86: ```sh $ JULIA_NUM_THREADS=2 julia runtests.jl Skipping Base.active_repl Skipping Base.active_repl_backend Skipping Base.active_repl Skipping Base.active_repl_backend Test Summary: | Pass Total Border | 102 102 [ Info: Two warnings...
This pull request sets up the CI workflow on this repository.
SnoopCompile attempts to attribute invalidations to specific causes, but until now it has not generally been able to handle what it called "delayed" invalidations, which arise during package-loading when a...
At quite a few points in my development experience I've made changes in one package that have ripple effects across many others. I remember one case involving colors and/or images...
Ideally the dependency on Tesseract OCR would be handled by creating a `_jll` library using [BinaryBuilder](https://github.com/JuliaPackaging/BinaryBuilder.jl). That way the entire package would always be available simply through `Pkg.add`. In the...
This would need to have the switch thrown on JuliaLang Travis for this repository, and I don't have rights to do that. CC @StefanKarpinski. (Hopefully there are others reading this...
``` julia> Pkg.fixup() INFO: Running build script for package Cairo WARNING: contains(collection, item) is deprecated, use in(item, collection) instead in contains at reduce.jl:238 WARNING: An exception occured while building binary...
I'm back to giving this a whirl. I started by running the tests, and I get a segfault with the message ```julia julia> include("runtests.jl") Now showing rotate_robj.jl: intel_do_flush_locked failed: Input/output...
Volumetric visualization works if you pass an `Array`, but if you want to visualize a subregion then one might think that `view(vol, 100:300, ....)` should work. If the failure here...