-
Notifications
You must be signed in to change notification settings - Fork 525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restore arbitrary file #298
Comments
could you try ti come up with a syntax for dependencies file? |
What do you think about following syntax
|
+1 AlexAlexander Groß On Tue, Oct 28, 2014 at 8:10 PM, Sergey Tihon [email protected]
|
Also, I think that |
Do you want to try to implement it?
|
I have looked into the code and I am not sure about design now...
|
Download to paket-files
|
what's the status? We can already download from arbitray url. So only unzip is missing right? |
@forki Sorry, but status it not started yet =( |
It needed 20s on my machine. |
Can you send me your repo?
|
Could you try to restore following dependencies and post your restore time here?
There are real dependencies for Stanford.NLP.NET. It should be ~1Gb of data. It looks very unfriendly on my machine. Paket works more than hour without any progress information on the console - I have no idea what is going on inside. Some loading messages or status would be nice to be sure that everything is OK. |
@forki Thanks for help with implementation. |
It would be nice to have an ability to restore arbitrary file from internet (without ability to
update
reference).Something like this
https://github.com/sergey-tihon/Stanford.NLP.NET/blob/master/src/Core.fsx#L53
Would be enough to download and put file somewhere.
It is useful when you need to restore large binaries that you do not want to commit in repository
https://github.com/sergey-tihon/Stanford.NLP.NET/blob/master/src/Stanford.NLP.CoreNLP.fsx#L17
The text was updated successfully, but these errors were encountered: