James Dixon

Results 175 comments of James Dixon

@brianc thanks for building such an important library. Your efforts are truly appreciated. Cheers!

@HyperBrain I just tried `copy-webpack-plugin` in accordance with the advice of #361, but I'm not sure to get specific files to be included in the package of specific functions rather...

@ceilfors thanks for this! much appreciated. I'm running into the following: ```js /Users/jamesdixon/Projects/scout/platform/functions/email-service/node_modules/copy-webpack-plugin/dist/index.js:163 for (var _iterator = fileDependencies[Symbol.iterator](), _step; !(_iteratorNormalCompletion = (_step = _iterator.next()).done); _iteratorNormalCompletion = true) { ^ TypeError:...

@ceilfors here's my `webpack.config.js` for reference: ``` const nodeExternals = require('webpack-node-externals') const slsw = require('serverless-webpack') const CopyWebpackPlugin = require('copy-webpack-plugin') const ConditionalPlugin = (condition, plugin) => ({ apply: compiler => {...

@hiddestokvis thank you! this fixed my issue 👍 Question: do you have local modules as well? I'm now noticing that paths are off because of the way functions are packaged...

Has anyone found an option that works for embossed and non-embossed? The old Card IO library works for embossed, but not non-embossed lol...

@g-apparence hello! I hope all is well. I was curious if support for accessing different camera lenses (telephoto, wide angle) are supported in the 1.x version?

Thanks. Is it reasonable to expect the same behavior with CamerAwesome?Sent from my iPhoneOn Jun 5, 2023, at 2:21 PM, cuzyoucant ***@***.***> wrote: Thats intended behaviour from the camera hardware....

@istornz any thoughts on this one as someone who worked on the ability to switch cameras on iOS? I'm thinking the package would need to leverage `builtInTripleCamera` and its counterparts...