Colin Gravill

Results 74 comments of Colin Gravill

To put some figures on the packages directories: **nuget FsLab = 1.0.2** 373 MB (391,801,535 bytes) **framework: net451 nuget FsLab = 1.0.2** 115 MB (121,290,223 bytes) **framework: net462 nuget FsLab...

My ideal is a machine-wise immutable store of downloaded packages. Perhaps we should use: https://fsprojects.github.io/Paket/nuget-dependencies.html#Putting-the-version-no-into-the-path though it'll cause annoyance around knowing the version you've got in a given notebook. Perhaps...

Yes a logically separate expression of dependencies seems the right approach. The `Dependencies.locate(dir)` is convenient but we could directly construct the `Dependencies` against say .paket.dependencies. We'd also need to figure...

The newer storage:none mechanism of Paket would be a nice way avoid the IO noise while keeping everything safe: https://fsprojects.github.io/Paket/dependencies-file.html#Disable-packages-folder and pretty much the ideal I hoped for! While it's...

I've done some experiments with the storage:none and it works well. There's a snag in that it makes any native dependencies awkward to load, which are often used in a...

Yes, unmanaged platform specific libraries. That's very interesting @matthid and your corresponding Paket change https://github.com/fsprojects/Paket/pull/3593 is great, and would mean loading dependencies would be much easier even without storage:none. One...

Thanks, we'd definitely like to support such modes. Is this particular for nteract like tools or would it help with persisted charts more generally? We've had an ongoing annoyance that...

This is probably where it needs a change: https://github.com/fsprojects/IfSharp/blob/master/src/IfSharp.Kernel/helpers/XPlot.Plotly.fsx#L11 there's some adjustments needed to return a bundle of responses.

Sure, I'll very happily merge a pull request that fixes any of the issues.