Alex
Alex
> Heads-up -- we should have this stuff working sometime next week. Thanks @consolibyte . Will there be any migration guide so that as library user we'll know how to...
@consolibyte , any updates?
I've created PR #313. It started to fail because QuickBooks response to the `CompanyInfo` API call now contains an undocumented `CustomerCommunicationEmailAddr` XML node. Internally this library is creating a class...
> @aik099 Shouldn't the fix be to only auto-create classes where there are objects defined in the library already? That way if the API changes, existing code won't break with...
The code was written by my colleague without GitHub account and I just wanted to share it with community. I guess boundary was just copy-pasted from some other example. Ideally...
I've rebased PR upon `master` to avoid merging conflicts. @consolibyte , now it can be merged.
I've rebased PR upon `master` to avoid merging conflicts. @consolibyte , now it can be merged.
From the trace, I can tell, that the `$window` array (inside the `connectToWindow` method) should have an `id` key, but it doesn't. If it does work without BrowserLess, then you...
That is a false-positive because the `IsNumeric` matcher is checking 2 things: 1. it's a string starting with `0x` 2. the `ctype_xdigit` confirms, that it's a hexadecimal string So no...
@benlk , As per my understanding the PHPCompatibility sniff reported a false-positive here because the code you've mentioned doesn't cause any test failures on any of the tested PHP versions...