Jeffrey D. Van Alstine

Results 5 issues of Jeffrey D. Van Alstine

Hi, So I recently renamed one of my serverless functions and instead of giving a friendly helpful error when invoking cloudside, I got: ``` vanalsti@serverless$ sls invoke cloudside -f addUserReport...

enhancement

Any chance of an update to the Quick Start instructions for Windows PowerShell (which uses different environment variable syntax)? e.g. # Set up path to Moodle code $Env:MOODLE_DOCKER_WWWROOT="/path/to/moodle/code" # Choose...

good first issue

Hi, One problem I ran into after getting Formr running as a web application, is that I can't actually figure out how to gain access to the system. There don't...

Hi, I'm already using Vue.js with ESM, so I would have liked to have added html5-qrcode to my importmap thusly: ```HTML { "imports": { "vue": "https://unpkg.com/[email protected]/dist/vue.esm-browser.prod.js", "@vue/devtools-api": "https://unpkg.com/@vue/[email protected]/lib/esm/index.js", "vue-router": "https://unpkg.com/[email protected]/dist/vue-router.esm-browser.js",...

Deprecation warning: Unresolved variable references will be communicated with a thrown error, starting from next major More Info: https://www.serverless.com/framework/docs/deprecations/#VARIABLES_ERROR_ON_UNRESOLVED Serverless: Deprecation warning: Serverless constructor expects service configuration details to be...