Re: document directive

2024-11-23 Thread Martin Blais
I haven't been following too closely but last I checked the problem was that escape rules for the document string is the same as for all the other strings, so you can't really use backslash (\). You have to double up (escape) the backslashes on Windows, i.e., use \\ instead of \. (The alternative

Re: Watch out for Copilot

2024-11-23 Thread Marvin Ritter
If you have Copliot enabled I would recommend enabling it for specific file types/languages and disable it by default. I think it's easy to forget a file type with sensitive content. And you can always enable it for a language if you forgot it. On Sun, Nov 17, 2024 at 6:19 AM Red S wrote: > If y

Re: Custom fields in options_map?

2024-11-23 Thread Timothy Jesionowski
A bit more to the point, I can understand wanting to have VUSD (Virtual USD) income expenses just to express an opinion. Is that vaguely what you're trying to do? On Sat, Nov 23, 2024, 1:54 PM Timothy Jesionowski < timothy.n.jesionow...@gmail.com> wrote: > How are you quantifying time value? I ca

Re: Custom fields in options_map?

2024-11-23 Thread Martin Blais
Some old related documentation you might find useful https://docs.google.com/document/d/1x0qqWGRHi02ef-FtUW172SHkdJ8quOZD-Xli7r4Nl_k/ On Sat, Nov 23, 2024 at 2:54 PM Timothy Jesionowski < timothy.n.jesionow...@gmail.com> wrote: > How are you quantifying time value? I can understand using a > hyp

Custom fields in options_map?

2024-11-23 Thread 'James Edington Administrator' via Beancount
I'm trying to make a plugin to enable temporal settlement, where different legs of a transaction occur at different dates (to cover the major use-cases of “money is in clearing, you lost time value”, “merchants billed you very late, you gained time value”, etc.) It's going *very* well so far, e

Re: Custom fields in options_map?

2024-11-23 Thread Timothy Jesionowski
How are you quantifying time value? I can understand using a hypothetically inviolable unit of account like gold or CPI, but you're talking about accounting with an explicit discounting rate attached to things. Of course that's assuming you're trying to account for opportunity cost. If you're "mer

Re: Watch out for Copilot

2024-11-23 Thread Martin Blais
Hey Marvin, Do you know if there's a Google service for code completion similar to Copilot? Do you know if people are realistically running CodeGemma locally? I see it on HF: https://huggingface.co/blog/codegemma On Sat, Nov 23, 2024 at 2:47 PM Marvin Ritter wrote: > If you have Copliot enabled

Re: Watch out for Copilot

2024-11-23 Thread Martin Blais
On Sat, Nov 23, 2024 at 3:02 PM Martin Blais wrote: > On Sat, Nov 23, 2024 at 3:01 PM Martin Blais wrote: > >> Hey Marvin, >> Do you know if there's a Google service for code completion similar to >> Copilot? >> Do you know if people are realistically running CodeGemma locally? >> I see it on HF

Re: Watch out for Copilot

2024-11-23 Thread Martin Blais
On Sat, Nov 23, 2024 at 3:01 PM Martin Blais wrote: > Hey Marvin, > Do you know if there's a Google service for code completion similar to > Copilot? > Do you know if people are realistically running CodeGemma locally? > I see it on HF: https://huggingface.co/blog/codegemma > Hmm, I see it's sup

Re: Custom fields in options_map?

2024-11-23 Thread Red S
The effective_date plugin does what you want, I believe. If not, you can find code relating to options_map in that repo. ​ On Saturday, November 23, 2024 at 11:47:12 AM UTC-8 James E

document directive

2024-11-23 Thread Chary Ev2geny
Dear all, i never really had a use for the *document *directive, but as I now logged an issue with it I am kind of trying to dig in it, hence questions. The documentation says: A Document directive can be used to attach an external file to th

Re: document directive

2024-11-23 Thread Martin Blais
On Sat, Nov 23, 2024 at 8:20 AM Chary Ev2geny wrote: > Dear all, > > i never really had a use for the *document *directive, but as I now > logged an issue with it > I am kind of trying to > dig in it, hence questions. > > The documentation says:

Re: BeanHub-Cli 1.4.2 now supports account and currency rename

2024-11-23 Thread Martin Blais
Thanks for sharing! Also: xx-rename goes a long way to solving this (from https://github.com/blais/xxdiff) On Sat, Nov 23, 2024 at 1:34 AM Fang-Pen Lin wrote: > As a heavy Beancount user myself, I always wanted a simple command line to > rename an account or a currency name in all files at once.

Re: document directive

2024-11-23 Thread Chary Ev2geny
Martin, ok, thanks. So, just trying to determine the expected behavior in application to the issue 874 . I think the whole beancount loader to printer path, no code shall be trying to be clever and convert the document path to the OS planfo