Duccio Giovannelli
Duccio Giovannelli
Something like this @malessani @mscardellato ? ```json { "checkout": { "support": { "email": true, "phone": true }, "branding": { "logo": "path/to/logo.png", "favicon": "path/to/favicon.ico", "primaryColor": "#hexcolor" }, "tracking": { "gtmId": "GTM-XXXXXX"...
Hi @amitdotagarwal, take a look to this [Martin Fowler](https://martinfowler.com/bliki/RulesEngine.html ) article, old but still valid. D.
> Hi @clgiovannelli I've tried but wasn't able to reproduce this This still happens to me, even after running `devspace reset dependencies`. If I clone my repo in my home...
Any update?
Thank you for getting back to me, actually I can't install the gem with the latest version of Rails.
Hi there, I'm considering integrating NOVU into our production environment. I was wondering if you have plans to continue maintaining the Ruby gem? Your guidance on this would be greatly...
Hi @unicodeveloper, After updating the gem, it appears that it can't find `exponential-backoff` and `uuid`. In fact, these dependencies were not defined in the gemspec. I resolved the issue by...
> @clgiovannelli thanks for pointing this out. A PR has been raised to fix it #65 It's working, thank you!
> @clgiovannelli I've incorporated your changes into #1561 as I'm dealing with the complex scenario that requires multiple interconnected changes from your PR, #1279, and my own to be applied...