slidenerd
slidenerd
I double the request for supporting Vue.js especially with the template style syntax
@cameronroe if you are gonna ask for React, I am gonna advocate for Vue, not only is it much simpler than React but also has a huge community, ever-growing might...
My suggestion is to NOT add this feature. - HTTPS is supposed to be handled by a web-server like NGINX - OR the elastic load balancer - The application should...
I double this, I am guessing you will have to modify the handleMessage method to add some callback for handling built in NLP calls
I found how to do that. If you enable built in NLP with the default English language model, the structure of your payload inside bot.on("message") looks as follows ``` {"sender":{"id":"1264345230309999"},"recipient":{"id":"1796187950609999"},"timestamp":1560751759389,"message":{"mid":"p_lqjiuSBZxsOx13swH47cG5zAB69T8EBhssJlJt9TQ6dHAyn6pQV_ljt-xkjjRJvMZhDV5Y_Trbqlz5ln9999","seq":0,"text":"hey...
I forgot to mention one thing, I am using your library with this https://github.com/cymcsg/UltimateRecyclerView could that be any reason for a clash? Do let me know thanks
I may have figured out whats causing this, unlike the ListView where the getView will be called every time and you are the one whose deciding if the view should...
@akoidan @Rich43 I found it. [This is the closest thing ](https://github.com/sequelize/sequelize-typescript/issues/576#issuecomment-485383173)we have to check constraint it seems
@happilymarrieddad if you dont mind answering, are you using the native js client with vue or are you using some sort of library
So is this now a part of the release? because I still get this error ``` var Socket = window.MozWebSocket || window.WebSocket, ClusterWS = function() { ^ ReferenceError: window is...