deathg0d

Results 11 issues of deathg0d

Is there a way to re-initialize a textarea with a new data (user list) or add more user data? At the moment reusing `.mention(...)` on an element doesn't do anything!

Post robot on a cross domain iframe does not seem to be working on newer versions of Chrome anymore. It works fine on firefox. Code for listener: ``` In html:...

I have a weird issue where the docx files I create contain incorrect zero width spacers. For example let's look at this word: `कर्‍याप्प`. If I create a docx file...

Hi, I want to display a custom html in the drop downs. I, for example, tried doing the following: `displayText: function(item){ return ""+item.name+" (@"+item.username+")"; }` This is completely ignoring the...

Is there a way to run this on a server. Let's say we have a big json file after training. It doesn't look efficient to pull the json file for...

Trying to use this demo in my existing project with the latest Botkit. My 'facebook_optin' is working fine. But when I send any other message from facebook I get the...

I am trying to migrate to apollo-server version 2, which has playground inbuilt. Got into an issue, [which might be playground specific](https://github.com/apollographql/apollo-server/issues/1398). I am using the following code to send...

bug/2-confirmed
kind/bug

Is there a way to set a custom LSH threshold (Currently set to 0.5)?

Would be great if we could remove entries from LSH as well. Any plans?

I am getting the following error in iOS any idea why? It is running fine on android: ``` Runner[7479:569477] [VERBOSE-2:ui_dart_state.cc(199)] Unhandled Exception: type 'List' is not a subtype of type...