PuzzleMoon
PuzzleMoon
> @d-srd and Others, Can anyone share the theme for Solarized Dark. Here's one with minimum effort. ```@import url('https://fonts.googleapis.com/css?family=Merriweather|Source+Sans+Pro:400,700'); * { -webkit-box-sizing: border-box; box-sizing: border-box; } body { font-family: 'Merriweather',...
i use conda environment and gui works. create an environment with an environment.yml like: ``` name: ultimatevocalremovergui channels: - defaults dependencies: - python - tk - pip - pip: -...
we'll need to know how to group segments together.
we'll also need to get vid from upload command result for the append command. if the result doesn't contain the vid then there's nothing we can do.
Following the steps in [prod-desktop.yml](https://github.com/Materialious/Materialious/blob/4b50a8d5d37fe153be09fa33f7e783530ea12e92/.github/workflows/prod-desktop.yml) and `electron:pack` on m1 mac gets me ``` Unhandled Promise Rejection Error: ERR_FILE_NOT_FOUND (-6) loading 'capacitor-electron://-/' at rejectAndCleanup (node:electron/js2c/browser_init:2:85498) at WebContents.failListener (node:electron/js2c/browser_init:2:85711) at WebContents.emit (node:events:513:28)...