Tim Holy

Results 243 issues of Tim Holy

- [X] are you running newest version (version from docs) ? - [X] can you reproduce the bug with a fresh environment ? (`]activate --temp; add Makie`) - [X] What...

bug

In brief, ```jldoctest module NewModule end # output NewModule ``` fails, and Documenter thinks it should be printed `Main.var"Main".NewModule`. Adding `setup=:(using Main)` does not seem to help. Any suggestions? The...

Type: Bug

Currently the pipeline for MDS is `X -> D -> G -> M`, where `X` is a coordinate representation of the data, `D` is the pairwise distance matrix, `G` is...

There's a growing ecosystem for handling protein structure in Julia, including two visualization packages https://github.com/MurrellGroup/ProtPlot.jl and https://github.com/BioJulia/BioMakie.jl, neither of which supports the representation used by MIToS. I started a conversation...

If ExplicitImports were to iterate over all the names in the package, and then for every item that is a method, ask for `Base.uncompressed_ast`, then you could tally all the...

If the dynamic includes are part of the package code, you can extract the full list of included files from the precompile cache header. https://github.com/JuliaLang/julia/blob/faf17eb2d8ef811e59a0e6b541c4502f5d51964c/base/loading.jl#L3245. Which is presumably not public...

- [X] what version of Makie are you running? (`]st -m Makie`) ``` [e9467ef8] GLMakie v0.10.6 [ee78f7c6] Makie v0.21.6 ``` - [X] can you reproduce the bug with a fresh...

bug
GLMakie

@kescobo was asking in the `#image-processing` slack about assembling a bunch of individual, overlapping images into a single larger image while maintaining the ability to access each individual underlying array....

The README doesn't describe how to handle ParallelStencil's initialization requirements. It should mention that each dependent package needs a `__init__()` function that calls `@init_parallel_stencil`, otherwise folks may try to call...

# Description Might close #757 (not all the examples, but it was pointed out that this is probably infeasible anyway) This provides a mechanism to reduce the visual overlap among...