[GNC-dev] History of gnu_quote_source_s old_internal_name?

2023-05-25 Thread Vincent Lucarelli
Hi, I’ve been slowly working on PR #1626 to use the to-be-released Finance::Quote get_features() to communicate to gnucash at runtime the available quote sources and required parameters like API keys. The PR describes what is implemented and a sketch of what remains to be implemented. I’m at t

[GNC-dev] Finance::Quote get_features() and GnuCash

2023-01-21 Thread Vincent Lucarelli
Hi, We have an experimental function in Finance::Quote called get_features() that returns a perl hash that provides information on quote_modules - list of sources for stock quotes + a list of any required parameters (such as an API key) the module requires quote_methods - a single module or lis

Re: [GNC-dev] Missing FreeType2 for Mac OS Development

2023-01-21 Thread Vincent Lucarelli
IX set. If not you'll have > to spell out the path to the installed gnucash. > > Regards, > John Ralls > > >> On Jan 16, 2023, at 5:56 PM, Vincent Lucarelli >> wrote: >> >> Sorry - I didn’t explain that I used ACLs (chmod -a) to completel

Re: [GNC-dev] Missing FreeType2 for Mac OS Development

2023-01-16 Thread Vincent Lucarelli
le to find > its Gsettings schemas. > > Regards, > John Ralls > > > > >> On Jan 16, 2023, at 8:39 AM, Vincent Lucarelli >> wrote: >> >> Got much farther with the build, but now stuck with a build/run time error. >> >> The freetyp

Re: [GNC-dev] Missing FreeType2 for Mac OS Development

2023-01-16 Thread Vincent Lucarelli
> > >> On Jan 14, 2023, at 4:21 PM, Vincent Lucarelli >> wrote: >> >> It looks like freetype2 picked up a dependency on >> /opt/homebrew/lib/libbrotlidec.dylib even though I started with a new user >> account and insulated the build with >>>

Re: [GNC-dev] Missing FreeType2 for Mac OS Development

2023-01-14 Thread Vincent Lucarelli
isoning the build environment. Provided I can actual build gnucash, should development questions about integrating FQ get_features() take place on this mailing list in a new thread or on GitHub under and issue? Best, Vince > On Jan 14, 2023, at 4:44 PM, John Ralls wrote: > > >

[GNC-dev] Missing FreeType2 for Mac OS Development

2023-01-14 Thread Vincent Lucarelli
Hi, I am attempting to setup a new Mac OS X user account on Ventura 13.0.1 to build gnucash so I can attempt to help integrate a new Finance::Quote feature into GnuCash. Ran into 2 problems following the instructions at https://wiki.gnucash.org/wiki/MacOS/Quartz First issue - was able to solv

Re: [GNC-dev] Flatpak GnuCash and Finance::Quote

2022-10-06 Thread Vincent Lucarelli
Hi, F::Q uses Dist::Zilla to create the distribution and Dist::Zilla provides a mechanism to list all dependencies. Is it possible in the build commands for a flatpack to bootstrap - install perl, install Dist::Zilla, use Dist::Zilla to install all F::Q perl dependencies, then install F::Q? V

[GNC-dev] Finance Quote 1.50 release candidate 1 is available

2021-01-30 Thread Vincent Lucarelli
Finance Quote 1.50-rc.1 is available at https://github.com/finance-quote/finance-quote/releases/tag/v1.50-rc.1 If anyone is available to test out their favorite quote modules, please do so. If you find any problems or hav

[GNC-dev] Finance::Quote approaching 1.50 release - some API changes for GnuCash to consider

2020-11-02 Thread Vincent Lucarelli
Dear GnuCash Developers, It has been a slow effort, but we are finally approaching a 1.50 Finance::Quote release. First, the intent is to maintain backwards compatibility, so if nothing changes in GnuCash, users should still be able to fetch quotes. There are two new features that GnuCash coul

Re: [GNC-dev] Thoughts on new Finance::Quote modules that require an API Key

2019-06-16 Thread Vincent Lucarelli
institutions in a manner that >> is easily migrated to new GnuCash releases. Is it possible to do the API >> Key thing in a manner that would seem very little different to the user? >> >> >> >> On Sat, Jun 15, 2019 at 12:53 PM John Ralls wrote: >>

[GNC-dev] Thoughts on new Finance::Quote modules that require an API Key

2019-06-15 Thread Vincent Lucarelli
Hi, We are working on the next release of Finance::Quote and will try to add https://iexcloud.io/ as a new module. Like Alphavantage, users will need to register and get an API key. Since GnuCash is a major user of Finance::Quote, I wanted to get opinions on how to handl