jariz
jariz
Hard to implement this as there's no notification of when a user has dismissed a nsusernotification. Pushing this back to a later version
Idk how to do this
There's no way to do this cleanly. Like @LanderN suggested it would have to periodically monitor the active notifications which could become a performance issue (in which case we'll scrap...
Well this is incredibly disappointing and invalidates 2/3rd of all action usecases. Guess I won't be using it after all, and likely never again. How a super breaking bug like...
Basestation is not a dependency anymore in the latest version, so this should now be irrelevant
Thanks @ScottG489! I myself really have no idea. The package is quite simple and doesn't use any custom setup scripts or anything. @Neolanco let us know if his suggestion helped.
@nikolaychernev I have added you as a collaborator. I'm not inactive, I just don't personally use this setup anymore and don't have the time to set up all the hardware...
@ScottG489 feel free :)
My site language:  Query: ```graphql query { entry (type:News, site:"nl") { ... on News { date @date(as: "j F Y") } } } ``` ```json { "data": { "entry":...