Thomas Hensel
Thomas Hensel
I definitely support this. In Portainer eg. you have the recreate button, that optionally asks to re-pull the latetst image before re-starting the container. This is super convenient. Also an...
Same here. Sentry reports MXCPUException, crashes in onRender (iOS Version:17.5.1, iPhone XS) class MetalView: MTKView, CoreMetalView { private class DelegateImpl: NSObject, MTKViewDelegate { var onRender: (() -> Void)? func mtkView(_...
As I needed a quick solution I rewrote my code segment, that gave these crashes. From what I remember, it was like this: ``` CircleAnnotationGroup(locations, id: \.self) { location in...