mig5

Results 180 comments of mig5

Solved my issue. The problem was that the path to the app was not called OnionShare.app. ``` subprocess.CalledProcessError: Command '['create-dmg', '--volname', 'OnionShare', '--volicon', '/Users/migueljacq/git/onionshare/desktop/onionshare/resources/onionshare.icns', '--window-size', '400', '200', '--icon-size', '100', '--icon',...

``` GET /project/{project}/ticket/{id} ``` I would go even further than that and suggest that every 'entity' (at least, a UserStory, Epic or Issue) should have a UUIDv4, and so it...

Regarding '1 month grace period', thought I would note that the Demo interfaces have just gone down, because https://demo-source.securedrop.org is throwing a 503, I believe [due to the OS being...

@legoktm Sorry for the slow response, wild week. > Teach webhook.py/nightlies.py to trigger additional jobs Just clarifying my understanding, but I think by 'additional jobs' you mean 'do extra steps'...

Can you user the 'Control port' mode? Alternatively, you could start Tor Browser, and then choose the 'Attempt auto-configuration with Tor Browser', and then it will use the settings Tor...

Ironic, we used to have information icons on each setting explaining each setting, then were told to remove them because it was bad for UX :) I agree about moving...

Actually it's not really 'mingled', the Custom Title *is* the first line of the Advanced settings. I think we can just remove 'Advanced settings' altogether. Things like 'Use a notification...

Thanks for the report. The OnionShare dev team are not the maintainers of the Ubuntu package. So even if we had a fix, we wouldn't be able to apply it...

The problem if we do that is that then a `poetry install` in `desktop` results in there being no `onionshare-cli` binary in the poetry-managed venv. Going back into the `cli`...

I think that ultimately, since the 'cli' and 'desktop' are two separate poetry venvs for the developers, we will have no choice but to cd into `cli` if we want...