Daniel Saxton

Results 4 issues of Daniel Saxton

(Below is from master) ```python import numpy as np import pandas as pd arr = np.arange(10).astype(object) arr[::2] = np.nan print(arr) # [nan 1 nan 3 nan 5 nan 7 nan...

Bug
cut

## What this Pull Request (PR) does Bumps `requests` version constraint and updates the lock file to avoid this warning: ``` $ poetry install ... - Installing tools (0.1.9) -...

## What this Pull Request (PR) does Adds a context manager to properly close audio files after processing, and uses temp files for the audio segments to ensure things get...

Default deck for a new user looks like this after the change: ![image](https://github.com/user-attachments/assets/1af32d4c-87cf-4194-b27f-958efc6e1177) I did notice this panic / crash though if I try to click the "add new column"...