Abhishek Datta
Abhishek Datta
@alseambusher Can you add a marker in the ui for each unsaved but edited cronjob. That helps one to realise that it isn't saved. It took me some time to...
Do it this way, it works for me: ``` file = "goodsound.mp4"; id = findVoiceChannelOfUser(userId); bot.joinVoiceChannel(id, (err) => { if(err) return console.log(err); bot.getAudioContext(id, (err, stream) => { if(err) return console.log(err);...
Hey guys, any updates with this? Typescript support will be so helpful! Thanks!
+1 Same, would appreciate if this is added!
+1 I have a very similar requirement and would appreciate if this feature is added!
I'm currently in the process of upgrading one of my projects to Angular 10, and I just came here to make sure all my libraries are Ivy compatible or not....
I think that should be easy. Just need to create a reverse proxy url for the insecure image links, isn't it?
Yes @adarshaj , the very reason I created the issue for something so small is because this service tries to particularly emphasise on its security. So I think if it...
Any updates with this? Is there any current workaround for achieving the events example provided by the OC?
Correct me if I'm wrong, but I think the case that @RyanCavanaugh pointed out, can be solved by writing the doCall function using tuples likes this: ```ts declare function fn(s1:...