Christoph
Christoph
The workaround from #416 does not work for me because [amazon has stopped giving out invites for the drive API](https://forums.developer.amazon.com/questions/62280/how-to-get-invited-for-amazon-drive-development.html).
Ledger's double-accounting method already tracks capital gains in each posting explicitly or the amounts wouldn't match (example on https://www.ledger-cli.org/3.0/doc/ledger3.html#Buying-and-Selling-Stock). The balance on this artificial `Income:Capital Gains` account shows the net...
So what you want is a posting like this: ``` 2005/08/01 Stock sale Assets:Broker -50 AAPL {$30.00} @ $45.00 Assets:Broker -20 AAPL {$35.00} @ $45.00 Expenses:Broker:Commissions $19.95 Income:Capital Gains Assets:Broker...
The hidden room has `user_id` set to `None`, which trips up the status command when it looks up the list of all users.
I ran into the same issue and found that the gandi dns script (or acme.sh?) ignores the `GANDI_LIVEDNS_KEY` environment variable after the first run, so changing the key causes authorization...
I have the same issue, also on Ubuntu 18.04. GPU: Intel(R) HD Graphics 520 CPU: i5-6200U What I did: ```shell $ sudo snap install --edge solvespace $ solvespace [...] (solvespace:27195):...
solvespace works fine on the same system after I followed the "Build from source" instructions (built at 094eff7). It looks like only the snap package shows the error.