2020-07-08 GnuCash IRC logs

00:03:45 *** angel has joined #gnucash
00:19:38 *** angel has quit IRC
00:27:05 *** storyjesse has quit IRC
00:54:24 *** FH_thecat has quit IRC
00:57:24 *** suukim has joined #gnucash
00:59:32 *** FH_thecat has joined #gnucash
01:17:25 *** dtux has joined #gnucash
01:21:52 *** sbluhm has joined #gnucash
01:35:44 *** fell_laptop has joined #gnucash
01:35:45 *** ChanServ sets mode: +o fell_laptop
01:37:28 *** fell has quit IRC
01:56:48 *** fell_laptop has quit IRC
03:01:18 *** Mechtilde has joined #gnucash
03:05:40 *** chris has joined #gnucash
03:05:40 *** ChanServ sets mode: +v chris
03:06:40 <chris> looks like all PRs targetting master must be reaimed...
03:08:41 *** Mechtilde has quit IRC
03:08:58 *** Mechtilde has joined #gnucash
03:45:18 *** gjanssens has joined #gnucash
03:45:18 *** ChanServ sets mode: +o gjanssens
04:07:19 *** dtux has quit IRC
04:34:21 *** Aussie_matt has quit IRC
04:40:46 *** User has joined #gnucash
05:25:29 *** keiffer has joined #gnucash
05:54:28 <reactormonk> Getting the same error as yesterday with getting transactions... Looks like I gotta put up a proper bug report at some point.
06:00:21 *** lmat has quit IRC
06:01:24 *** lmat has joined #gnucash
06:06:21 *** ramontjunior has joined #gnucash
06:22:12 *** Jimraehl1 has joined #gnucash
06:24:24 <gjanssens> .
06:25:53 *** jralls has quit IRC
06:25:58 *** lmat has quit IRC
06:26:17 *** jralls has joined #gnucash
06:26:17 *** ChanServ sets mode: +o jralls
06:27:14 *** lmat has joined #gnucash
06:29:43 *** fell_laptop has joined #gnucash
06:29:43 *** ChanServ sets mode: +o fell_laptop
06:32:23 *** fell_laptop has quit IRC
06:36:18 *** fell has joined #gnucash
06:36:18 *** ChanServ sets mode: +o fell
06:36:31 *** lmat has quit IRC
06:38:05 *** lmat has joined #gnucash
08:01:37 *** David has quit IRC
08:11:37 *** KaiForce has joined #gnucash
08:43:59 *** David has joined #gnucash
09:05:30 *** puck has quit IRC
09:14:09 *** puck has joined #gnucash
09:43:38 *** FH_thecat has quit IRC
09:59:04 <chris> scheme is fun: it can use non-ascii var names: https://imgur.com/CpKDg1X.png
10:02:36 <warlord> LOL
10:02:48 <warlord> Delta Units and Sigma Units. nice.
10:12:54 <chris> also M+ is defined as (define (M+ a b) (if a (if b (+ a b) a) b) how nice is that
10:18:20 <warlord> Ummm.. okay...
10:18:31 <warlord> Why would that matter?
10:19:18 <chris> either a or b or both, can be #f, which means M+ then handles it gracefully
10:19:36 <chris> (M+ 4 #f) -> 4, and (M+ #f #f) -> #f
10:19:45 <warlord> Actually, it wont gracefully handle both being #f
10:20:13 <warlord> There is no return value in that case. It will return #f
10:20:22 <warlord> (M+ #f #f) -> #f
10:20:39 <warlord> Ah, you said that.. NOt sure if that is "graceful" ;)
10:21:15 <chris> ^ this is intentional... e.g. walk a txn's splitlist, if split is in APAR account return amount, otherwise return #f. M+ all the amounts (or #f).
10:21:22 <chris> result = APAR total, or #f
10:21:45 <warlord> ah. ok
10:22:01 <warlord> Perhaps it should be defined as (M+ a b ...)
10:22:29 *** storyjesse has joined #gnucash
10:22:33 <chris> yes the full definition is https://pastebin.com/raw/i9M7HFN5
10:23:24 <warlord> cool
10:25:43 *** fell_laptop has joined #gnucash
10:25:44 *** ChanServ sets mode: +o fell_laptop
10:25:50 *** fell has quit IRC
10:26:13 <warlord> Do you need the fold in there? Couldn't you just use (M+ (M+ a b) rest) ?
10:27:31 <chris> ^ it would be (apply M+ (M+ a b) rest), but I think they prefer fold to apply
10:27:45 *** Mechtilde has quit IRC
10:28:01 <chris> https://google.github.io/styleguide/lispguide.xml#REDUCE_vs_APPLY
10:30:07 *** sbluhm has quit IRC
10:30:55 <warlord> my scheme is rusty. been a decade since I really used it.
10:32:20 <chris> there's something about (apply M+ (M+ a b) rest) that seems slow if rest is a very long list.
10:35:38 <warlord> ok
10:48:34 *** FH_thecat has joined #gnucash
10:59:08 *** Agfarmer18 has joined #gnucash
11:13:31 *** Agfarmer18 has quit IRC
11:42:58 *** storyjesse has quit IRC
11:45:37 *** marusich has quit IRC
11:52:49 *** fell_laptop is now known as fell
11:56:58 *** dtux has joined #gnucash
11:58:21 *** David has quit IRC
11:58:28 *** David has joined #gnucash
12:01:50 *** ramontjunior has quit IRC
12:05:27 *** guak has joined #gnucash
12:23:18 *** jralls_afk has joined #gnucash
12:23:18 *** ChanServ sets mode: +o jralls_afk
12:24:29 *** jralls has quit IRC
12:30:32 *** jralls_afk has quit IRC
12:32:24 *** jralls has joined #gnucash
12:32:25 *** ChanServ sets mode: +o jralls
12:36:26 *** jralls has quit IRC
12:37:48 *** jralls has joined #gnucash
12:37:49 *** ChanServ sets mode: +o jralls
13:07:40 *** jw4 has quit IRC
13:10:15 *** jw4 has joined #gnucash
13:10:15 *** ChanServ sets mode: +v jw4
13:19:33 *** Mechtilde has joined #gnucash
13:20:55 *** jw4 has quit IRC
13:21:05 *** jw4 has joined #gnucash
13:21:05 *** ChanServ sets mode: +v jw4
13:26:27 *** suukim has quit IRC
13:44:19 *** waeking has quit IRC
13:56:07 *** waeking has joined #gnucash
13:56:07 *** ChanServ sets mode: +v waeking
13:56:33 *** dtux has quit IRC
14:01:53 *** frakturfreak has joined #gnucash
14:01:54 *** ChanServ sets mode: +v frakturfreak
14:02:31 <CDB-Man_> chris: i'll give your candidate a try tonight
14:03:56 *** sbluhm has joined #gnucash
14:03:56 *** ChanServ sets mode: +v sbluhm
14:42:58 *** bertbob has quit IRC
14:45:52 *** bertbob has joined #gnucash
14:45:53 *** ChanServ sets mode: +v bertbob
14:49:47 *** dtux has joined #gnucash
15:19:40 *** jchonig has joined #gnucash
15:20:44 *** giuseppef has joined #gnucash
15:20:44 *** ChanServ sets mode: +v giuseppef
15:21:12 *** David has quit IRC
15:21:19 *** David has joined #gnucash
15:21:22 <giuseppef> Good evening, I need some else in translating strings (as usual):
15:21:40 <giuseppef> 1: "<b>Splits _free</b>" (i can't find where it is used)
15:21:57 <giuseppef> 2: "Multi-split" (same problem)
15:22:12 <giuseppef> 3: "Accu-splits" ?
15:22:27 <giuseppef> thanks in advance
15:34:46 *** hussam has joined #gnucash
15:34:46 *** ChanServ sets mode: +v hussam
15:38:35 <warlord> giuseppef, there should be context information in the .po file that says the source of the string.
15:42:05 <fell> giuseppef: in the lot viewer dialog
15:42:25 <fell> gnucash/gtkbuilder/dialog-lot-viewer.glade
15:44:33 <fell> you can preview it with the program 'glade'
15:47:49 <fell> from glossary/it.po: elemento di registro: transazione suddivisa
15:51:12 *** keiffer has quit IRC
15:52:21 <fell> multi-split is used in nucash/gtkbuilder/assistant-csv-trans-import.glade
15:52:33 <fell> g+
15:53:38 <fell> and Accu-splits in gnucash/import-export/bi-import/dialog-bi-import-gui.c
15:55:16 *** parsnip has joined #gnucash
15:58:45 *** Mechtilde has quit IRC
16:02:03 <fell> Accu-splits is a column header. Offhand I would suspect meaning "accumulated splits".
16:03:41 <fell> If you like, you can file a bug report. abbreviations should be explained either by a msgctxt or a translator comment.
16:06:19 *** dtux has quit IRC
16:12:56 *** sbluhm has quit IRC
16:16:24 *** User has quit IRC
16:19:02 *** Farelli_ has joined #gnucash
16:45:46 *** AdrienM has quit IRC
16:46:03 *** AdrienM has joined #gnucash
17:01:37 *** jw4 has quit IRC
17:02:23 *** gjanssens has quit IRC
17:02:35 *** jw4 has joined #gnucash
17:02:35 *** ChanServ sets mode: +v jw4
17:10:56 *** frakturfreak has quit IRC
17:11:04 *** fell has quit IRC
17:31:51 *** fell has joined #gnucash
17:31:51 *** ChanServ sets mode: +o fell
17:39:54 *** KaiForce has quit IRC
18:05:34 *** fryguy has quit IRC
18:53:59 *** Aussie_matt has joined #gnucash
20:05:11 *** giuseppef has quit IRC
20:06:56 *** David has quit IRC
20:07:15 *** David has joined #gnucash
20:19:31 *** giuseppef has joined #gnucash
20:41:04 *** shaggy has quit IRC
20:41:39 *** shaggy has joined #gnucash
20:56:55 *** guak has quit IRC
21:37:21 <giuseppef> Hi, I completed italian translatio. I wonder if is there a decision about a cooperative tool for translation (yesterday we talked about an instance of weblate). However I have just sent my translation on the gnucash-it mailing list
22:56:59 *** FH_thecat has quit IRC