BCM

Results 70 comments of BCM

First day looking at Firefly, coming from GnuCash, anyways, just wasted time signing up for GoCardless but no good bc no US banks. So I guess I'll be taking a...

I did some exploration on the Plaid side, even getting a development account with access to live data requires several hoops. Right now I'm planning on doing CSV exports, hopefully...

Thanks @curiousercreative I'm going to add this to my calendar next week: https://beta-bridge.simplefin.org/info/developers

Re. Plaid: So was looking through the [discussions](https://github.com/orgs/firefly-iii/discussions/7065) and came across this lovely contribution from @cskujawa that might be worth a look: https://github.com/cskujawa/youteller

The requirements directory is actually nested within the app/project name directory, so you'd either have to cd or include that in the path. As someone who is newer to Django,...

@johannesCmayer the AI Commander plugin does this already. It's limited to 25mb, which is not a limitation with the ASR version. I assume it's not on djmango's SAAS service either.

Roger that. The ASR PR has some problems and could be some time for me as well. I'll keep you posted when there's an update.

It's a failure in onnx, which is a nemo dependency. I had a similar issue and saw that they recommend python 3.10.12. I was using 3.13.x, so I bumped it...

I believe you are right, that listener is in the [cookbook example](https://github.com/Chainlit/cookbook/blob/147351078a577f5efde7b793f7e4cb16e88bad9e/copilot/frontend/dist/index.html). I put an issue into [update the docs](https://github.com/Chainlit/docs/issues/126). My fork is out of sync right now, otherwise I'd...

Can you verify this with 3.11? That looks like a dependency error. A dump of installed packages would be useful here, my poetry.lock has `dataclasses_json = ">=0.5.7,