Kristóf Kerti

Results 12 comments of Kristóf Kerti

Looking forward to stack "full image rebuild" feature implemented on portainer UI as well. For anyone looking for a quick and dirty solution, add the `image` property to the `docker-compose.yaml`...

@maciek16180 I have used a GitHub Actions workflow to be triggered on a push / tag release event. The workflow took the commit hash and wrote it into a .env...

I just solved this for me. The missing thing for me was that I needed to ssh into the **build server - app server in my case** (I have two...

I think this would make dev ex way better! Looking forward to this.

I think the different handlers (payment, fulfilment, etc.), could nicely benefit from the new `struct` type if it is possible to add it as type to `args` in handler configs....

@martijnvdbrug This came to our radar as well, as we started to add additional payment flows. Looking at the codebase, the `defaultPaymentProcess` has two branches in an _if_ condition, where...

Thank you @n1ckoates! We've went with [xhayper's fork](https://github.com/xhayper/discord-rpc).

@michaelbromley I have played around with `struct`, but I found the current implementation is although stricter, it feels safer through type checking, while the plugin user adds the `CurrencyCode: MERCHANT_STRING`...