vmwxiong
vmwxiong
This project is awesome, any chance of adding a chrome extension version of it so I don't need to click on a bookmarklet? haha
Setting `[name: string]: any;` effectively makes type checking pointless, since it causes the compiler to recognize any property used in any way to be considered valid. Switching this off will...
Not sure if this is functionality you want to support or condone, but I'm using it in my own project and thought it might be worth sharing.
This was bugging me, but I know you aren't even using this anymore
## I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [x] Bug report [ ] Performance issue [ ] Feature...
Not sure if this is something y'all are interested in doing, but I've set up my project to have a fork of `playcanvas-rest-api-tools` as an npm dependency, where it exports...
This is basically to support begin able to easily cause other things to trigger during a `.chain` when each piece starts I confirm I have signed the [Contributor License Agreement](https://docs.google.com/a/playcanvas.com/forms/d/1Ih69zQfJG-QDLIEpHr6CsaAs6fPORNOVnMv5nuo0cjk/viewform).
https://github.com/bencbartlett/creep-tasks/blob/master/src/creep-tasks/prototypes.ts#L39 It looks like when you assign creep.task, the only thing that gets set is the creep's memory, which then needs to get read again and instantiate a new Task...