James Titcumb
James Titcumb
> I think it would still be a good reference point for all of them as it's interesting to find out about proposed versions that didn't quite cross the finish...
What does the metadata look like exactly please?
This library does use SimpleXML, after bodging it up a bit, so it may be possible; though I'd rather have an explicit API for capturing metadata like this. Do you...
Hmm - does the `ACCTID` in the (non-immediate) parent "credit account" node not already provide what you're looking for? - `$creditAccount->accountNumber` on L210 here https://github.com/asgrim/ofxparser/blob/11f64bd269bc0842d89fba1a23833e0c56121a45/lib/OfxParser/Ofx.php#L200-L210
Thanks, received it; I'm not gonna be able to look at this for at least a couple months probably tho, got a lot of conferences/trips coming up I'm afraid :/
Could the docs at https://timothycrosley.github.io/streamdeck-ui/ highlight this? I found the GH Docs first, and only just found this later that it' has been forked?
> If we want to make this public, perhaps an interface would be better 🤔 I'd originally marked it `@internal` as it's a bit of a detail; it was originally...
+1 on this, perhaps another solution would be to add some kind of directive that indicates "this target does not need to be pushed"
Note, pull changes into branch: ``` git checkout experimental-laravel-51-support git pull https://github.com/liam-wiltshire/scout-apm-laravel master ```
Generally whilst 5.1 [was an LTS](https://laravel.com/docs/5.8/releases), it hasn't received security fixes support since 2018. We're probably leaning towards keeping 5.5 (LTS) as the minimum for now, which has security support...