Re: Linear git history

2020-08-03 Thread Stefano Zacchiroli
On Mon, Aug 03, 2020 at 09:41:03AM +0800, Martin Michlmayr wrote: > > Looking around in the web interface, it seems that it is not > > possible to change the default method used > > I *believe* it remembers the type of the last merge you did and offers > that as the default. That's also my (unsci

Re: Per posting effective dates plugin

2020-08-03 Thread Booster Hidrogen
How do you run this plugin ? On Monday, August 3, 2020 at 4:40:05 AM UTC+7, Chad Michael Eyer wrote: > > Whenever I try to use this plugin, I receive this console error: > > File > "/usr/local/lib/python3.7/site-packages/beancount_reds_plugins/effective_date/effective_date.py", > > line 118,

Re: Per posting effective dates plugin

2020-08-03 Thread Red S
That's what I'd ask too. Could you please post a minimal example that fails, including the config with which you're invoking the plugin? Also, have you taken a look at the example? https://github.com/redstreet/beancount_reds_plugins/blob/master/beancount_reds_plugins/effective_date/examples.bean

How to run this two plugin (zerosum and oneliner)

2020-08-03 Thread Booster Hidrogen
Hi, I want to use this plugin, after installing with pip, what next ? I cant find an examples how to use it, thanks. 1. zerosum | running a bean-check I've got > Error importing "plugins.beancount_plugins_redstreet.zerosum.zerosum": No module named 'plugins' 2. oneliner | running

Re: How to run this two plugin (zerosum and oneliner)

2020-08-03 Thread booster...@gmail.com
for zerosum I try this export PYTHONPATH=$PYTHONPATH:/usr/local/lib/python3.8/site-packages, still got the error plugin. On Tuesday, August 4, 2020 at 2:17:27 AM UTC+7 booster...@gmail.com wrote: > Hi, I want to use this plugin, after installing with pip, what next ? I > cant find an examples

Re: Per posting effective dates plugin

2020-08-03 Thread Chad Michael Eyer
Thank you. That was the issue. I needed to declare an earlier/later pair for the Asset account. I appreciate your help. On Monday, August 3, 2020 at 11:48:16 AM UTC-5 redst...@gmail.com wrote: > That's what I'd ask too. Could you please post a minimal example that > fails, including the config

Re: Per posting effective dates plugin

2020-08-03 Thread Booster Hidrogen
Sir, could share step by step to use this plugin ? thanks. On Tuesday, August 4, 2020 at 7:32:03 AM UTC+7, Chad Michael Eyer wrote: > > Thank you. That was the issue. I needed to declare an earlier/later pair > for the Asset account. > > I appreciate your help. > On Monday, August 3, 2020 at 11:4