Gm Fmi
Gm Fmi
I take a look at the source code, here is a quick solution that should to the trick. In the file `/alerting/src/main/kotlin/com/amazon/opendistroforelasticsearch/alerting/settings/AlertingSettings.kt` Replace: ``` const val MONITOR_MAX_TRIGGERS = 10 ```...
Hi @JavowiecPL, curious issue! I will dig into it to understand what is going on. I hope I will get enough free time to do it by tomorrow :)
Well, basically, the issue comes from the internal Ghost API design (if you wonder, yes, it could be really improved 😃). This is a known issue, check [that link](https://github.com/TryGhost/Ghost/issues/10396#issuecomment-803591643) to...
Hi @Luen, sorry for the late reply, did not get any notification. Yes, that's it. The total amount of space taken by your posts exceed the allowed capacity of browsers...
While writing the previous comment, I though about it twice and maybe I should rewrite the cache mechanism. I tested with my own blog data and currently I store the...
Thank you for the feed back. I will do the upgrade but I want to fully re-test everything first before jumping from a 6.x to a 7.x version.
Hello! Well, I don't know what are precisely saying by "search font color" but everything can be customized with a little bit of CSS. Which theme are you using and...
After rethinking about it, it is not that straight forward. I forgot everything within an iframe cannot be modified from outside. So basically, you cannot add CSS in your own...
@MaheshCasiraghi, thank you so much for this issue, you made my day! I was digging into the project source code to understand why the JS compression wasn't working as expected...