davidanthoff / Electron.jl

Julia wrapper for Electron
Other
85 stars 19 forks source link

Depend upon FilePathsBase instead of FilePaths #128

Closed frankier closed 3 days ago

frankier commented 1 month ago

Might it be possible to depend upon FilePathsBase rather than FilePaths? I'm having some problems with FilePaths and this might help, plus it could improve compilation speed.

Let me know if you would like me to put together a PR.

frankier commented 3 days ago

I think this would help remove this hack from Makie: https://github.com/MakieOrg/Makie.jl/blob/ae8c1a455b20586febab682bc709a4ddd60d935f/src/Makie.jl#L15-L20

davidanthoff commented 3 days ago

We depend on FilePaths.jl because we need the integration with URIs.jl, which is not part of FilePathsBase.jl...