marcantonio

Results 10 comments of marcantonio

Same with `UniversalMac_13.0_22A5266r_Restore.ipsw` on UTM Version 3.2.4 (58) : **Internal Virtualization error. Installation failed.** Log: ``` default 21:48:54.248995+0200 com.apple.Virtualization.Installation Entered:_AMRecoveryDeviceDisconnected, libusbrestore-device:0x3EFEACF0 default 21:48:54.249032+0200 com.apple.Virtualization.Installation Entered:__thr_AMRecoveryDeviceDisconnected, libusbrestore-device:0x3EFEACF0 default 21:48:54.249094+0200 com.apple.Virtualization.Installation tid:7703...

Solved here: https://github.com/utmapp/UTM/issues/4099

Confirmed, it doesn't build on macOS `10.15.4`, gcc `Apple clang version 11.0.3 (clang-1103.0.32.62)`. ``` /Users/marcantonio/work/xmr/xmr-stak/xmrstak/backend/cpu/crypto/cryptonight_aesni.h:580:13: note: candidate function not viable: no known conversion from 'GetOptimalSqrtType_t' (aka 'GetOptimalSqrtType') to 'uint64_t &'...

@ReasonAmu , not sure that this is what you're looking for, but the `STPCustomerContext` class has a `attachPaymentMethodToCustomer` public function: https://github.com/stripe/stripe-ios/blob/b33030f6c2110f7370b04da7ae46589009c3fd02/Stripe/STPCustomerContext.swift#L227-L261

@rodrigoelp this is becoming a problem especially with SwiftUI (Previews don't work, as they're Simulator based).

+1 for adding SPM support

@arglborps works beautifully, thanks.

@sooxt98 MacBook usable again. Amazing, thank you.

> btw i did found out that, performing full factory reset on macbook and upgrade to bigsur will solve the throttle problem; @sooxt98 I'm on Big Sur already, with a...

The .cur file for the "vnc cursor" is missing: https://github.com/mRemoteNG/VncSharpCore/blob/7c640d9699a68efaefa8c2fdfcfa8516aea11e10/VncSharpCore/RemoteDesktop.cs#L529 ``` private void SetState(RuntimeState newState) { state = newState; // Set mouse pointer according to new state // ReSharper disable...