2022-10-02 GnuCash IRC logs

01:04:32 *** fell has quit IRC
01:05:51 *** fell has joined #gnucash
01:05:52 *** ChanServ sets mode: +o fell
01:10:59 *** NoobAlice has quit IRC
01:22:35 *** chf has quit IRC
01:50:21 *** sbluhm has joined #gnucash
02:27:58 *** Gandalf has joined #gnucash
02:29:23 *** sbluhm has quit IRC
02:29:53 *** sbluhm has joined #gnucash
02:30:52 *** dpchr has joined #gnucash
02:30:53 *** ChanServ sets mode: +v dpchr
02:47:06 * chris managed to use std::unique_ptr
03:11:16 *** bertbob has quit IRC
03:16:21 *** bertbob has joined #gnucash
03:16:22 *** ChanServ sets mode: +v bertbob
03:28:46 *** Gandalf1 has joined #gnucash
03:29:14 *** Gandalf has quit IRC
03:29:14 *** Gandalf1 is now known as Gandalf
03:48:46 *** rdo has quit IRC
03:49:51 *** rdo has joined #gnucash
04:02:53 *** sbluhm has quit IRC
04:10:35 *** chf has joined #gnucash
04:14:07 *** sbluhm has joined #gnucash
04:57:42 *** FH_thecat has joined #gnucash
05:20:40 *** sunyibo has joined #gnucash
05:20:40 *** ChanServ sets mode: +v sunyibo
05:20:52 <sunyibo> good morning
05:28:54 <sunyibo> https://bpa.st/LJ7Q I can quote cv9 and exs1 from aex with gnc-fq-dump . However, when I set "Get Online Quotes" in the Security Editor, I can't retrieve the quotes. Any suggestions?
05:29:01 *** Kaligula has quit IRC
05:43:16 *** chipxxx has joined #gnucash
06:08:08 *** sbluhm has quit IRC
06:25:42 *** Gandalf1 has joined #gnucash
06:26:09 *** Gandalf has quit IRC
06:26:09 *** Gandalf1 is now known as Gandalf
06:26:53 *** sbluhm has joined #gnucash
06:42:35 *** storyjesse has joined #gnucash
06:56:53 *** sbluhm has quit IRC
06:57:50 *** sbluhm has joined #gnucash
07:15:45 *** Gandalf1 has joined #gnucash
07:16:13 *** Gandalf has quit IRC
07:16:13 *** Gandalf1 is now known as Gandalf
08:07:35 *** sbluhm has quit IRC
08:07:51 *** jmdaemon has quit IRC
09:00:30 *** tj123 has joined #gnucash
09:03:15 *** Aussie_matt has quit IRC
09:13:14 *** FH_thecat has quit IRC
09:13:38 *** dpchr has quit IRC
09:14:02 *** dpchr has joined #gnucash
09:14:02 *** ChanServ sets mode: +v dpchr
09:15:04 *** sbluhm has joined #gnucash
10:07:09 *** storyjesse has quit IRC
10:32:05 *** sunyibo has quit IRC
11:08:01 *** NoobAlice has joined #gnucash
11:08:01 *** ChanServ sets mode: +v NoobAlice
11:18:17 *** chipxxx has quit IRC
11:48:32 *** starman has quit IRC
12:00:28 *** starman has joined #gnucash
12:00:49 *** sbluhm has quit IRC
12:06:56 <jralls> chris, you should use operators new and delete in C++, not [g]malloc and [g_]free. delete will call the struct's destructor which will call the vector's.
12:10:57 <jralls> chris, std::make_unique is the best way because it allocates for both the unique_ptr and the underlying object in one call to new. If for some reason you can't use make_unique then just initialize the variable as auto foo{std::unique_ptr<Bar>{baz}}; where baz was created with new Bar.
12:20:13 <jralls> @tell sunyibo You didn't read the gnc-fq-dump output very well. AEX must have changed their webpage and broken the scraper in AEX. File a bug with Finance::Quote at https://github.com/finance-quote/finance-quote/issues.
12:20:13 <gncbot> jralls: The operation succeeded.
12:27:53 *** sbluhm has joined #gnucash
12:55:39 *** sbluhm has quit IRC
13:32:24 *** sbluhm has joined #gnucash
14:25:40 *** sbluhm has quit IRC
14:50:49 *** Gandalf has quit IRC
15:07:13 *** sbluhm has joined #gnucash
15:13:55 *** TownsendHardware has quit IRC
15:14:41 *** TownsendHardware has joined #gnucash
15:35:42 *** sbluhm has quit IRC
16:24:42 *** ChanServ sets mode: +v starman
17:47:50 *** starman has quit IRC
18:02:41 *** starman has joined #gnucash
18:31:18 *** JayC has quit IRC
18:34:48 *** jralls has quit IRC
18:39:53 *** jmdaemon has joined #gnucash
19:04:46 *** dpchr has quit IRC
19:17:59 *** jeff has joined #gnucash
19:27:04 *** jeff has quit IRC
19:46:40 *** JayC has joined #gnucash
19:46:41 *** ChanServ sets mode: +v JayC
20:12:18 *** JayC has quit IRC
22:29:22 *** tj123 has quit IRC
23:42:26 *** FH_thecat has joined #gnucash
23:50:00 *** FH_thecat has quit IRC