Gerhard de Clercq
Gerhard de Clercq
@nizkp Unfortunately testing with the remote debugger is not an option in this case because that makes all JS execute remotely in Chrome instead of through React-Native's own runtime. What...
@pomerlef thanks I think the residual errors are indeed what I wanted. The example code is a bit strange though in that it seems that one has to force some...
This is actually an important feature, I have just run into a problem where the default role is getting a policy that is longer than what IAM supports and it...
@bd-arc I'll have to see about getting it integrated into the example but I can already give you the relevant code that I tested with yesterday: ``` let idx =...
@bd-arc I can definitely notify the carousel of exactly how many items I will be removing before, after or during the change. In this way it should be able to...
Not sure why I did not think of this earlier, but I think we just need to pass a unique key with each item in the list. When the carousel...
Interesting, I have never heard of femtovg (did see nanovg it is based on years ago though), but yeah it obviously makes sense to add it as a back-end there...
I see. Well yes the main difference that I am thinking about is that in Qt Quick you cannot issue "drawing commands" in order to render elements, you have to...
I am also seeing this flickering with MS Edge. It does not show when navigating between pages in the Payload admin UI, but it does happen when refreshing the page....
@mateusz-holenko thanks, installing `gtk-sharp3` fixed the issue! I believe it could be very helpful if this were mentioned on https://github.com/renode/renode/blob/master/README.md and https://renode.readthedocs.io/en/latest/advanced/building_from_sources.html since they both currently only mention `gtk-sharp2`.