Andy Chou

Results 7 issues of Andy Chou

Currently `CommonOptions.addZipFile` and `CommonOptions.addDirectory` add files into the code package that is uploaded directly. There is a 50MB limit on AWS for the code package. Lambda Layers allows us to...

enhancement

Currently with AWS, using the `packageJson` option with faast.js causes a new Lambda Layer to be created that can be reused if the same `package.json` is used by future functions...

enhancement

#### Environment details - OS: MacOSX High Sierra 10.13.4 (17E202) - Node.js version: v6.11.5 - npm version: 3.10.10 - @google-cloud/functions-emulator version: 1.0.0-beta.4 #### Steps to reproduce 1. When calling `projects.locations.functions.call`,...

ReasonProject mentions IDE integration and has links to Atom and Vim. Ideally it could also mention emacs and provide a link to [reason-mode](https://github.com/facebook/reason/tree/master/editorSupport/emacs) as well as specific instructions. If reason-mode...

Issue #22 Add a link to reason-mode for emacs and document how to run emacs within the environment of a ReasonProject. Also document how to invoke emacs appropriately on MacOS...

**IxJS version:** v2.3.5 **Code to reproduce:** tsconfig.json: ```json { "compilerOptions": { "outDir": "build", "module": "commonjs", "target": "es6", "lib": ["esnext", "dom", "esnext.asynciterable"] } } ``` package.json: ```json { "name": "ixproj", "version":...

It would be helpful to include a link to instructions for anyone who has previously installed nix using the official installer but wants to uninstall that before using zero-to-nix.