Łukasz Kalbarczyk

Results 3 issues of Łukasz Kalbarczyk

I'd like to use AppSpectorSDK on arm64-based device using a CocoaPods installation. Now the podspec file contains excluding build for that architecture.

bug
pending approval

```rust #[contract] mod HelloStarknet { use array::ArrayTrait; #[external] fn test() { let mut arr = ArrayTrait::new(); arr.append(233); arr.append(124); rec(arr, 0_usize); } fn rec(arr: Array, index: usize) { if (index ==...

Hi. I have a problem: ```Compiling... Running... Submitting to SHARP... Error: Error when sending job to SHARP: {'errorType': 'Runtime.ExitError', 'errorMessage': 'RequestId: 39082774-8987-4c0a-a581-1cc4984cf0b9 Error: Runtime exited with error: signal: killed'}. ```...