le-codeur-rapide

Results 2 issues of le-codeur-rapide

Hi I was using the library to download some files from sharepoint using file.read() ` for _, row in tqdm.tqdm(df.iterrows()): file_url = row['Relative URL'] local_path = os.path.join(local_folder, row['Relative URL'].lstrip('/')) #...

question

Hello everyone ! While reading the code of `libs/langgraph/langgraph/channels/binop.py`, I found out that the helper function `_strip_extras` may have a small typo: ```python # Adapted from typing_extensions def _strip_extras(t): #...