blindmonkey
blindmonkey
@nrajput05 I'm not a maintainer here or anything, but I did notice that if you put `// periphery:ignore` above your SwiftDoc, then you can still see your doc in the...
I don't believe this is the case. AFAIK, `// periphery:ignore` will just ignore the thing you attach it to. [The documentation](https://github.com/peripheryapp/periphery#comment-commands) appears to back this up. I think you might...
We just ran into this in our project. Are there any plans to fix this? We started using Runtime pretty heavily, so I'm a bit concerned that these leaks will...
@maxep that's surprising, and I guess I'm confused about why manually specifying the trace ID in our logs won't work. [The documentation I linked to earlier](https://docs.datadoghq.com/tracing/troubleshooting/correlated-logs-not-showing-up-in-the-trace-id-panel/?tab=jsonlogs#trace-id-option) appears to imply that...
Hi @maxep, Thanks for your response! Our use case is a bit complex. We have a generic `ContainerView` type that's a `UIControl` subclass, which may have interactive subviews. We do...
Hi @maxep, Thanks for clearing things up about `addUserAction`. That makes sense to me. > Giving the ability to provide a custom `bestActionTarget` through the predicate sounds like a good...
I was able to work around the initial issue I reported by adding the key via `/usr/bin/env ssh-add`. It's not ideal to have to do this on CI, but it...
> > Edit: Looks like the original issue wasn't fully resolved after all. I'm still getting errors about fetching our private SPM dependencies, it just doesn't always happen. > >...