Alex Motoc

Results 6 issues of Alex Motoc

Xcode Version 6.4 (6E35b) 1 - add a code snippet (its name will be My Code Snippet by default) 2 - tap Edit on that code snippet 3 - edit...

- [x] I have read [CONTRIBUTING](https://github.com/Quick/Quick/blob/main/CONTRIBUTING.md) and have done my best to follow them. ### What did you do? I am writing a test helper to help me find memory...

Refines work done in #1126 by allowing generating invocation vars for methods with nullable closures, as those are implicitly escaping, for which it's safe to generate such vars e.g. **Before**...

Hi! I have a setup where I have one `AutoMockable.stencil` file that I use as template for 2 configurations. One configuration outputs in a file in the unit tests target,...

### macOS Version(s) Used to Build macOS 13 Ventura ### Xcode Version(s) Xcode 14 ### Description I observe a decrease in frame rate for the FTTView as time passes. This...

bug

Consider the following protocols: ```swift // sourcery: AutoMockable protocol SomeType { associatedtype List: ListType where List.Element == Domain } // sourcery: AutoMockable protocol ListType { associatedtype Element: Identifiable func doStuff()...