Sherlock.jl icon indicating copy to clipboard operation
Sherlock.jl copied to clipboard

A high functioning package detective.

Results 9 Sherlock.jl issues
Sort by recently updated
recently updated
newest added

Update dependencies - LightGraphs -> Graphs Fix signature for `magnify` with a default value `:MIMO` for the last argument. Fix empty `Symbol("")` in `sherlock_UI`. It works with Shelock module, but...

bug
help wanted

Is the package being maintained?

Just found out about this package. Looks very promising! But once I tried to read the docs, I got a 404. It seems that the links in the badges are...

When analyzing a package containing ```julia const NativeChannel{QT} = Channel{QT} ``` I got the following error ```julia ERROR: LoadError: KeyError: key Symbol("Channel{QT} where QT") not found Stacktrace: [1] getindex(h::Dict{Symbol, Int64},...

Added more description to the first plot (IE: be prepared to wait while everything precompiles ~30s) Added hooks from types to abstract types(1 hop) Added some Unit Tests and a...

release

Maybe there should be a save plot button/dialogue? Might be more useful if users could zoom in. This is available in the REPL of course using `png()`, but maybe the...

question

Fixed some bugs... Namely plot colors weren't correlated to the graph nodes because dictionaries are unordered key value paris. Pretty big mistake. @JuliaRegistrator register

Really need some doc's the core functionality here is really simple but still Docs are good. Are there any Unit Tests I can really rely on here? Maybe loading in...

documentation

What can we do to get the names of all packages in scope to make the typing of package names less laborious. This has to work from the package space,

enhancement