John Reeves

Results 19 comments of John Reeves

If there was a good reason for that line of CSS, then there must be a better way than removing padding from the html and body tags.

This is fixed in master (but not in any release yet!).

It looks like a version of this was merged by https://github.com/serverless/serverless-plugin-typescript/pull/277 so I'm closing this.

This is fixed now in master, fixed by PR #277

Yes, that looks like it. Sorry I didn't find that issue. Although, one commenter seems to indicate a shorter password helped. I can confirm that was not my problem, my...

That sounds like a different problem from me and the one I split this from. This ticket is explicitly about the non-alphanumeric passwords. I'm no authority but it seems like...

I found the real problem, Serverless changed the `Serverless.config.servicePath` to `Serverless.config.serviceDir` in version 3. So all the servicePath mangling amounts to naught.

Also, build instructions were unclear, and my second commit changed Makefile to use uglify-js instead of uglifyjs, and committed a package-lock.json. You can toss the second two commits if you...

Is this for things like casting a date string to a Date? Yeah, I just worked around that with a hack that didn't feel good.