Drilmo

Results 19 comments of Drilmo

Hi @ardatan, I managed to switch to Debug mode, and the namespace type is usable in this example: ```JavaScript const typeDefs = gql` type Mutation { article: ArticleMutations } type...

Hello @sahil-khanna I'm sorry but I'm lost in the implementation of push notifications. Do you have a concrete example of use? a tutorial? Indeed I do not know where to...

> @Drilmo , > > You can try the below code. Place it just below [this](https://github.com/hyperledger/aries-mobile-agent-xamarin/blob/028ed7470583c601507d5aaf1c8ff91cce92e683/mediator/Program.cs#L16) line > > ``` > eventAggregator = (IEventAggregator)Program.Container.Services.GetService(typeof(IEventAggregator)); > > _ = eventAggregator.GetEventByType().Subscribe(inboxItemEvent =>...

This code works in mediator : ```csharp using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Hosting; using Hyperledger.Aries.Contracts; using Hyperledger.Aries.Routing; using Hyperledger.Aries.Storage; using Hyperledger.Aries.Agents; using System.Net.Http; namespace...

It’s good idea :)

Maybe you can do like Apollo sandbox ? (Auto completion from schema documentation)

Hi, have you find why it doesn't work ? i think my issue is the same 😭 https://github.com/mercurius-js/mercurius-gateway/issues/114 It's blocker for me....

> @Drilmo discord-player indeed pauses the playback when bot is alone in a voice channel, which is most likely the reason for these events to get triggered. Though `pause` event...

Ho! thank you for this explanation indeed it's a mistake on my part! I followed a tutorial on YouTube for the initialization... Thank you very much for your time...

@twlite I tried again with pauseOnEmpty: false it works as expected. However, out of curiosity, I tested with pauseOnEmpty: true, and the playerResume event was triggered after the playerPause event.