Guillermo Moraleda

Results 3 issues of Guillermo Moraleda

Let's say I set some value for my MemoryConfig `totalCostLimit` that cannot be honored (or no limit at all). Will the app receive a memory warning? When does the library...

Is there a way to enforce wrapping parameters in a function call? Similarly to wrapping parameters in a function definition. I.e.: ``` --wrapparameters after-first ``` ``` func foo(paramA: TypeA, paramB:...

### The issue I've integrated DD in a custom Swift Package. Importing that package into my app target works flawlessly. I'm facing issues when building for testing. The compiler throws...

compilation issue