Patrick Tescher
Patrick Tescher
Seeing this issue with a pretty vanilla config, no debug logging
Any progress on the backend? This feature would be great!
@objectiser thanks for the response. Jaeger seems like a solid foundation although the aggregated views of Hawkular APM are really what sold me. Looking forward to see those integrated.
I dug into this and it seems to be a bug with Core Image. Specifically https://github.com/rFlex/SCRecorder/blob/master/Library/Sources/SCSwipeableFilterView.m#L178 where we call `[CIImage imageByCroppingToRect:]` and then `[CIImage imageByCompositingOverImage:]` doesn't work with some filters.
Just ran in to this bug as well. We are on CockroachDB. It recommends the following: ```sql CREATE INDEX ON hydra_oauth2_flow (nid, state) STORING (requested_at, login_error, consent_error); CREATE INDEX ON...