Philip Douglass
Philip Douglass
For example: ```sh ╰─❯ SOMEAPP_CLAIM="claim-GcXZo1u7sf793zpSuYnQ" timoni bundle apply -f someapp.cue --runtime-from-env --force --overwrite-ownership 3:18PM INF b:someapp > applying 1 instance(s) 3:18PM INF b:someapp > i:someapp > applying module timoni.sh/someapp version...
The docs state that [beancount_import.source.generic_importer_source](https://github.com/jbms/beancount-import/blob/master/beancount_import/source/generic_importer_source.py): imports from beancount.ingest.importer.ImporterProtocol subclass Importer, however, I've migrated my importers to use beangulp now, so now my importers are subclassing beangulp.Importer, so... is there any...