-
Notifications
You must be signed in to change notification settings - Fork 134
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
adding libcurl to support pause/resume download #1179
Conversation
ff8c324
to
df77be0
Compare
a7b2aa9
to
9848c32
Compare
6599960
to
c6a0e28
Compare
a7b3069
to
7c9550b
Compare
7c9550b
to
c3c3946
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@namchuai I will let @vansangpfiev and @nguyenhoangthuan99 review this, but left a couple of comments on naming and architecture.
@@ -11,7 +10,7 @@ namespace commands { | |||
#ifndef CORTEX_VARIANT | |||
#define CORTEX_VARIANT file_manager_utils::kProdVariant | |||
#endif | |||
constexpr const auto kNightlyHost = "https://delta.jan.ai"; | |||
constexpr const auto kNightlyHost = "delta.jan.ai"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should these be pulled out into a .cortexrc
? It seems very fragile to hard code a lot of these? cc @vansangpfiev @nguyenhoangthuan99
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.cortexrc
should be for things that are configurable for user? I doubt it's a suitable place.
And, IMO, we are not hard-coded here. We are defining compile time constants.
Describe Your Changes
libcurl
)Remaining things to do
cortex update
Fixes Issues
Self Checklist