William Grant
William Grant
It looks like you can change where the files are exported in the method getSourceDir() within the Build module. The line is: `srcDir = projDir & "src\"` Change `src\` to...
Something like this: ``` dtype = samples.dtype if dtype == np.int16: samplesFloat = samples.astype(np.float32) / (2**16 / 2) elif dtype == np.int32: samplesFloat = samples.astype(np.float32) / (2**32 / 2) else:...
Just this moment I received the exact error that @andymac4182 posted. ``` Version: 1.43.2 (system setup) Commit: 0ba0ca52957102ca3527cf479571617f0de6ed50 Date: 2020-03-24T07:38:38.248Z Electron: 7.1.11 Chrome: 78.0.3904.130 Node.js: 12.8.1 V8: 7.8.279.23-electron.0 OS: Windows_NT...
I just wondered if this was a possibility. I'd love to have customized daily templates like this as well for beginning and end of week specific checklist items. I've done...
I was able to resolve this issue by ultimately specifying the version of python in the Space to match my local environment. You can do this by editing the `README.md`...
Thank you! This is awesome. I checked out this PR in HF Spaces to help diagnose an underlying python version mismatch issue. This is a very basic fix, hopefully it...
I believe you can already do this by slightly adjusting your habit of data entry. Just shift all your time entries up. Add an entry for Thing A when you...
Ooh, this is neat. I'm sure we all manually use a lot of Alt + Up/Down to move the tasks around after adjusting in the day plan UI. This will...