egvimo
egvimo
I've already managed to create a notification with the whole list. Do you think it would be possible to create such feature? Maybe as a batch transformer: ```yaml checks: -...
After looking through the code, here is my idea to realize this. Additionally to the existing `css` and `xpath` transformers, there would be a `-list` (or `-batch` or something similar)...
It's not necessary to change all parts, only the following three. The main connection between fetcher, transformer and notifier: https://github.com/kibitzr/kibitzr/blob/1d11033f884175afcfd21dc97548c61e6c8db1dc/kibitzr/checker.py#L39-L43 Then this transformer factory loop would get another loop to...
I think this would cover only the basic cases, because the `css-all` would return HTML as a single result and `changes: new` can not split it again, so you are...
I have the same problem. A "Delegate to Gradle" Feature would be great!
I think he meant that the favicon of the respective customer card website is used instead of the first letter as is the case now.
Increasing the memory does not help. I've made some tests: | Version | Time | Result | Remark | | ------- | --------------- | ------------------ | --------------------------- | | 7.8.1...
@mshima, you are right. It is related to Kafka, but testcontainers are working well. We migrated our whole backend integration tests to testcontainers. So it's not related to them. Btw....
@Tcharl it seems that JHipster Kotlin has the same issue. I've fixed it by reusing the `ContextCustomizer` instead of creating every time a new one in the factory method. At...
I tried it again today and it seems to be working now. All information is displayed properly. I can't tell what it was, but it seems to be a problem...