Rory Finnegan
Rory Finnegan
It'd be nice if there was a `bootstrap` method (or `pbootstrap` function) that supported distributing the `for`-loop over multiple cores.
It would probably be helpful for all exported methods and types to have doc strings.
A meta issue track which packages will support FilePath types: - [ ] BSON.jl - [X] CSV.jl - [X] DataDeps.jl - [X] FileIO.jl - [X] Glob.jl - [ ] JLD2.jl...
I'm not sure how this would work, but it'd be nice if there was some way we could ensure that the FilePathsBase API is remaining in sync with Base.Filesystem. Currently,...
To support new 1.3+ kwargs (e.g., prefix, cleanup). NOTE: This should be a breaking release as we now require `tempdir` to be define for all path types. Closes #141
``` Simple System Path Usage: Test Failed at D:\a\FilePathsBase.jl\FilePathsBase.jl\test\system.jl:124 Expression: string(relative(p, home())) == relpath(string(p), homedir_patched) Evaluated: "..\\..\\a\\FilePathsBase.jl\\FilePathsBase.jl\\src\\FilePathsBase.jl" == "..\\..\\..\\D:\\a\\FilePathsBase.jl\\FilePathsBase.jl\\src\\FilePathsBase.jl" ```
Closes #87 @davidanthoff Would you mind reviewing this? I don't do a lot of work on Windows, so I'm not very confident that this won't break things. NOTE: This seems...
# Summary - [X] Introduce `Form` and `Kind` concepts (though not exported) which paths are parameterized by. - [X] Aliases for dispatching (e.g., `AbsolutePath`, `RelativePath`, `FilePath`, `DirectoryPath`) - [X] Stricter...
Currently the behaviour is to just convert named tuples in python to julia tuples, which obviously doesn't work if you want to pass that tuple to another python function that...
It'd be nice if there was an abstract array interface specifying whether an array is resizable in-place.