selcukbeyhan

Results 18 issues of selcukbeyhan

I am not a python expert but I realized there is probably a compatibility issue with following code: ```python %matplotlib inline import matplotlib as mpl import matplotlib.pyplot as plt some_digit...

I was reading the source code for iOS and came across a situation in the code of "InAppPurchase". This function is called in the app startup: ``` - (void) processTransactionUpdate:(SKPaymentTransaction*)transaction...

Hello, I am not 100% sure but I think the finish method for the verified receipt is not implemented. The awaiter seems to receive an empty function. ``` /** Receipt...

I saw that for the validation of receipts, there are some options available: Function or Server/Backend. However, there is no documentation about the specification of the expected validator. Otherwise, the...

I was receiving following error in the logs. ``` ⚡️ [error] - ERROR Error: Uncaught (in promise): TypeError: undefined is not an object (evaluating 'receipt.transactions[0].transactionId') @user-script:23:624:64 @user-script:23:9:75 ZoneAwarePromise@capacitor://localhost/polyfills.js:2724:31 @user-script:23:5:36 forEach@[native...

### Observed behavior The CdvPurchase.store.when().receiptUpdated is called continuously and CdvPurchase.store.when().approved never called. _Include logs with `CdvPurchase.store.verbosity = CdvPurchase.LogLevel.DEBUG`_ ⚡️ [log] - [CdvPurchase] INFO: order(MYAPP_1_MONTHLY_SUBSCRIPTION) To Native Cordova -> InAppPurchase purchase...

Hello, the sub-menu items under Invoices do not seem to be designed aligned with the design structure: Thank you.

At the bottom of the Tasks table, there is some excess white area: I think this can be resolved by changing the style attribute in app/dashboard/default/page.tsx: const PAPER_PROPS: PaperProps =...

Hi, I didnt see a possibility to start/schedule the agents to start with their assigned tasks. Is it possible? thanks.

Hi, for this code: export MINTER=$(dfx identity get-principal) export TOKEN_NAME="My Token" export TOKEN_SYMBOL="MYTO" export PRE_MINTED_TOKENS=10_000_000_000 export TRANSFER_FEE=10_000 export DEFAULT=$(dfx identity get-principal) export ARCHIVE_CONTROLLER=$(dfx identity get-principal) export TRIGGER_THRESHOLD=2000 export NUM_OF_BLOCK_TO_ARCHIVE=1000 export...