Tomas Fiers

Results 106 comments of Tomas Fiers

(could also be the case on mac, dunno) Can I `run(explorer)` on it directly? Does that work w/ urls? (or, run `run(cmd.exe /c start …)`) nope: ```julia julia> run(`explorer.exe $link`)...

So, we know thr: https://learn.microsoft.com/en-us/troubleshoot/windows-client/shell-experience/command-line-string-limitation "#how-to-work-around-the-limitation": write to tmp file, then pipe through. ok sure (could be a defaultapp pr) hah, maybe PowerShell doesn't have this? ah no, ```julia julia>...

Current status: will be fixed once - https://github.com/tpapp/DefaultApplication.jl/pull/21 is merged and released

Should be released and thus fixed: https://github.com/tpapp/DefaultApplication.jl/commits/master Might need a lower bound on this dep version. And to check.

How-to is just, it seems: ``` digraph { label = ".." } ```

So, gathering above backlinks, what should go in graph 'label': - [ ] Version of root package - [ ] Whether from active project (manifest), or General registry - [...

so yeah, this should be a html-like block, can't just be a string w/ newlines. Can a graph's `label` be that? Or do we need to create a floating node....

``` Dependency graph for Plots v0.7.2 145 packages, of which 42 standard library and 66 JLL packages were filtered out. ``` Or, if not even crawling them: ``` Dependency graph...

Ofc with a flag to disable it. Sth like `infobox=false`

From - #71, code from PkgDeps: ```julia function reachable_registries(; depots::Union{String, Vector{String}}=Base.DEPOT_PATH) # collect registries if depots isa String depots = [depots] end registries = RegistryInstance[] for d in depots isdir(d)...