Results 52 comments of Ivan Kuznetsov

@pushchris, this seems to be high high-priority bug from my POV.

@jeroenrinzema I just realised you’re referring to the Docker image build `beta.10`, published 6 days ago. I can’t find any corresponding source code for this image, so it’s hard to...

This should partially fix https://github.com/parcelvoy/platform/issues/704. Thanks, @jeroenrinzema 👍

Together with #719, it should close #704. Thanks, @jeroenrinzema!

As for point 3 above (No minute-level granularity) there seems to be a workaround mentioned by @pushchris [here](https://github.com/parcelvoy/platform/issues/595#issuecomment-2566121148). > [@reaper](https://github.com/reaper) For now I would recommend adding a delay after the...

This feature is essential for our project — thanks for thinking it through! > Check your messaging resources into git, make changes in a branch through the UI, and then...

I’m facing the same problem with push notifications. My setup: • Flutter app using [FlutterFire](https://firebase.flutter.dev/) for push notifications. • Backend currently uses [firebase-admin](https://www.npmjs.com/package/firebase-admin?activeTab=readme) (Node/Typescript) to send notifications. How it works...

At first sight, this looks relatively easy to fix. As far as I see this feature is related to 3 repos: [nhost/nhost](https://github.com/nhost/nhost), [nhost/graphql-engine](https://github.com/nhost/graphql-engine), [nhost/cli](https://github.com/nhost/cli). I may try to implement it...