- 
                Notifications
    You must be signed in to change notification settings 
- Fork 181
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.
| #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 updateFixes Issues
Self Checklist