Andrew Crites
Andrew Crites
I think that this could be useful for cases where you want to pass properties through the pipeline. This would solve a similar problem to `async`/`await` by allowing you to...
Is there any workaround for this? It seems to cause an issue whereby changes to the test do rerun the old tests so you have to restart karma if you...
I also seem to be experiencing this issue, but for me the cookies don't ever seem to be sent or stored even when I restart the application (using a simulator)....
@dblock re: typings, I don't think you need to use [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped) anymore. Instead you would just include a corresponding `.d.ts` file in this library. I also agree with @mreinstein on...
@RobertTheProfessional well done with this; I do like how it looks and how it is organized. There is nothing that TypeScript is doing in particular that you wouldn't be able...
@quentinfasquel it's difficult to tell, but I think the issue may be due to the fact that the lambda callback is waiting for an empty event loop but if you...
No, although they are related in that they are both features that the Alexa SDK has that we don't.
Bundle identifiers have to be alphanumeric (mostly). Can you give more details about the specific issue you are experiencing or what your needs are?
Dots should be allowed, but application ID's are alphanumeric: https://developer.android.com/studio/build/application-id
It seems like some people may want an option to specify the Android package name for the APK and have this different than the source package name (which I believe...