MURAKAMI Masahiko

Results 31 comments of MURAKAMI Masahiko
trafficstars

I consider that auth has be modified CloudFormation template with PR #123 to support SAML idP, And shoud add feature for user interaction in order to input some parameters for...

In CI/CD, I consider the following commands should be modified to be able to run on local credentials - clasp push - clasp deploy - clasp run Note: This assumes...

@edwardfoyle Thank you for your review. I fixed according to your suggestions.

@edwardfoyle I fixed according to your addition suggestions. Could you review this RP again ?

@edwardfoyle Is this RP has blockers? Is there anything I can do to get my PR reviewed? Thanks.

@jhernandez-at-wiris > Could it to be fixed if `gas-webpack-plugin` allow to use [`esprima.parseModule`](https://docs.esprima.org/en/latest/syntactic-analysis.html#distinguishing-a-script-and-a-module) with some config option? `gas-webpack-plugin` use [gas-entry-generator](https://github.com/fossamagna/gas-entry-generator) to parse javascript source codes. And, `gas-entry-generator` use [esprima.parseModule](https://github.com/fossamagna/gas-entry-generator/blob/ba3dd8bd6d0a7b2b94050bd91d2ac5de05979234/index.js#L207). Which...

@jhernandez-at-wiris I published v2.3.0. This version contains update to [email protected]. So parse is switched to esprima-next from esprima and add support `import.meta` from this. Would you be willing to try...

Hey @freddieventura. I assume cause of error that `echo.js`(`echo.gs`) be pushed by clasp push. We believe that if you create a `.claspignore` with the following contents and ignore everything except...

@freddieventura Line 9 of `Code.gs` assigns a function to `module.export`. The correct assignment is `module.exports`; check to ensure that you are assigning it to `module.exports` in `echo.js`.