Claudius Mbemba
Claudius Mbemba
@thiagobustamante any advice on typescript-rest + webpack?
Ended up being some webpack config issues.... EDIT: I was wrong. I keep running into random errors. The errors with webpack keep changing. Now I can't ping routes when I...
yes this is the same issue I was having in #314 . If Alexa gets an empty slot then the slot `value` ends up being undefined and so you get...
+1. Running into an issue where the underlying system is adding **sessionAttributes** back to the response object after I've deleted it, making my response for **CanFulfillIntentRequest** incorrect.
@orlylev any progress on this? Thanks for taking the lead here btw!
@Jose-CF did you solve this? I'm running into similar issues using `sfctl`. Running `> sfctl application provision --application-type-build-path Voting --debug --verbose ` I get the following... ``` (FABRIC_E_FILE_NOT_FOUND) The Application...
@0xmtn did you have any luck with this? Having the same experience. Not sure if it's a Kafka setting or Mosca though. @mcollina any thoughts?
@grath10 I ended up giving up on this lib but before that, I found a fork that was more actively maintained. if you want to continue w/ this lib then...
@grath10 I went with just [kafka-node](https://github.com/SOHU-Co/kafka-node)
+1 facing this issue as well. Doesn't look like this library is up to date w/ `kafka-node`