Jacob Meacham
Jacob Meacham
:+1: for this issue - it's causing downstream problems with stackgl projects (especially shader-school and webgl-workshop)
Hi @webnegar - unfortunately this module is Angular 1 only. I have upgrading this on my TODO list, but you may be able to get going with ngUpgrade (see for...
@Cuberice unfortunately, I don't have time to upgrade this to newer versions of Angular, but I'd certainly accept a pull request!
Hi @lafiza, sorry to hear that you're having issues! What version of this plugin and what version of angular are you using? Thanks!
@lafiza this plugin only supports angular 1, not angular 2+. I can look into upgrading this, but you may be able to get going with ngUpgrade (see for example https://blog.thoughtram.io/angular/2015/10/24/upgrading-apps-to-angular-2-using-ngupgrade.html)
Apologies, this fell off my radar! @efimk-lu would you mind adding a legacy escape for people relying on the old behavior, along with config to explicitly set the remote (defaulting...
@TimLudwinski thanks for the report! I'm happy to take a PR on this if you want to open one up - otherwise I hope to find time to plow through...
@TimLudwinski if you push the changes up and open a PR, I can take a look. Thanks!
@iDVB I'm definitely open to a PR doing this! In fact one of the only TODOs in the codebase is to do just that: https://github.com/jacob-meacham/serverless-plugin-git-variables/blob/a6a33f5acd1e06a34835c4c623ec0bb745a5cda7/src/index.js#L1
@felzix https://github.com/jacob-meacham/serverless-plugin-offline-kinesis-events/blob/a0b331c5452438ea391b9bcb5ae9c4e7bd98c638/src/index.js#L10 is actually the important piece here - you'll need to figure out how to call the handler without getting it from webpack. This shouldn't be too bad if...