David Gasperoni
David Gasperoni
OK, through Console.app I found the log reports, and they seem ok to share (I removed what looked like a token) ``` 2024-07-22 17:32:52 manager INFO: Syncing... 2024-07-22 17:32:52 sync...
No, I use my Dropbox account since a long time, never had a paid or team account, and I don’t move around many files. The only uncommon thing recently has...
How do I set the debug level to DEBUG? > Message ID: ***@***.***> >
You can import them from `@paypal/paypal-js` like this: ```ts import { CreateOrderData, FUNDING_SOURCE, PayPalButtonsComponentOptions, PayPalCardFieldsComponentOptions, OnApproveData } from "@paypal/paypal-js"; ``` Alas, not all types are exported! I'm missing `OnCancelData` which...
Same here, on Paramount+.
On further investigation, we found that it's not feasible due to luxon always doing `return new DateTime()` like here: https://github.com/moment/luxon/blob/20139a300ce54b280be672ada53cc9f47c8c2029/src/datetime.js#L681 I'm guessing they could be doing `return new this()` and...