Sami Daniel
Sami Daniel
# Fix Prefix Matching Logic in PrefixContainer ## Description This PR modifies the `BinarySearch` method in `PrefixContainer` to ensure that an exact match of a prefix does not incorrectly qualify...
- Create the function, in the utils package, limited_string that allows you to truncate a string based on a delimiter (May break the encoding of the character where it was...
Fixes #518 Create function check_path_integrity which checks the integrity of the path, with the following criteria: - Only absolute paths - Only non-empty paths - Only directories in path If...