Daniel Saxton
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...
## 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:  I did notice this panic / crash though if I try to click the "add new column"...