KNWR
KNWR
+1'ing that this would be great to have. I agree that option 1 - folded nested elements - makes the most sense.
I was still running into issues with some of the above. As a workaround, I've been using a script to split the audio into smaller chunks. Script here if it...
I tried the above but still ran into some issues. As a workaround, I'm using a script to split large audio files into smaller chunks (here, 1200 seconds aka 20...
I got this error when migrating a vanilla JS Electron app to React. I fixed it by creating a fresh electron app with https://github.com/electron-react-boilerplate/electron-react-boilerplate and adding my code into that...