Jonathon Hill

Results 75 comments of Jonathon Hill

I can confirm that lambda-api works perfectly fine with serverless-offline. Note that serverless-offline just simulates AWS API Gateway, so it is framework agnostic.

So, I made a fork and took care of this. https://github.com/compwright/aws-elasticsearch-connector

@stpnvntn Yes, it is in `peerDependencies` which will cause NPM to prompt you to install `aws-sdk` on your own. The reason for this is that other libraries might also be...

It is possible to work around by adding the menu options object as a property to the tree nodes themselves. This is especially useful if you need different context menus...

@jleeothon @edtechd @hbi99 @k8188219 @sergioeliot2039 this may be a case of incomplete documentation, but you can get some context here: https://github.com/pCloud/pcloud-sdk-js/commit/682ed7cf484e5034bbcd1efe46723a00b8681892 See the examples.

Additional PHP 7 issues: File | Type | Issue -- | -- | -- QuickBooks/Utilities.php:339 | function | Function "split()" is deprecated. QuickBooks/Utilities.php:377 | function | Function "ereg()" is deprecated....

@ajaygiri97 thanks, the [consolibyte/[email protected]](https://packagist.org/packages/consolibyte/quickbooks) does seem to be working in PHP 7.3 so far. Note - to use MySQLi or some other database driver, just specify the appropriate DSN (e.g.,...

I'm not experiencing those warnings, but then again I'm not using the oauth functionality either. @consolibyte says earlier in this thread that they are working on an update to remove...

Yeah, see, I'm using it to communicate with QuickBooks Desktop via the QB Web Connector. It's working fine. We've been wanting to switch to QB Online at some point, so...