Skylar

Results 13 issues of Skylar

Using the `wrap: true` option results in the module being wrapped in ``` (function(angular, undefined) { ... })(angular); ``` Passing `undefined` as an argument conflicts with best practices and the...

breaking change

Adding ``` { ... "noEmit": true, ... } ``` to `tsconfig.json` causes this error. Removing this line results in a successful compile. ``` > [email protected] lambda /Users/user/code/foobar > serverless offline...

bug

Hello! I am very keen on tracking blocks support of MDX as mentioned in the MDX blog. Our use case would benefit greatly from the output of the editor being...

Hello, I just deployed the proxy lambda. I am getting two variations of `ECONNREFUSED 127.0.0.1:9222` Worth noting this is not a reliability issue (as in 1 of every X requests...

- Adds more explicit docker base image versions to avoid breaking changes - Adds language version files like `.python-version`, etc for use with `nvm`, `rbenv`, `pyenv` etc. - Adds the...

I would like to define a template html file with variables in it, then include it multiple times with different variables during the build. The issue is the first time...