jrcmramos-bumble

Results 7 issues of jrcmramos-bumble

This PR decouples the adapter from the creation of collection items diff. Since this operation can take some time, this could block the release of ChatMessageCollectionAdapter, since it was retaining...

### What happened? `tuist graph` does not generate a project entry for leaf nodes in the dependency graph with targets without dependencies. Even though we have enough information to build...

type:bug
p3
size:S
needs-input

This PR fixes the issue [#215](https://github.com/MobileNativeFoundation/XCLogParser/issues/215). The memory leak is not `XCLogParser` implementation related, but instead associated with the `Scanner` object while parsing considerable large files (tested with 243.3MB logs)....

Hi, I would like to report an issue happening on 0.2.39. The `ActivityParser.parseActivityLogInURL` call seems to leak a considerable amount of system memory indefinitely. Tried to workaround the problem using...