Simon Bengtsson

Results 149 comments of Simon Bengtsson

Sounds like a bug! Could you create a minimal example with test data that highlights the issue?

Hmm, not sure I understand what the issue is in the submitted sample. Could you clarify?

Updated release script now to include dmg file in each github release. Example: https://github.com/simonbengtsson/airdash/releases/tag/v2.0.155

Updated! Hopefully the dmg file in the 2.0.155 release is signed correctly now.

Aha! Updated with a notarized dmg file now. Third time's the charm!

Interesting. Even a simple repro like this causes issues with line breaks. Must be something with the width calculation of spaces or similar. ```js const { jsPDF } = window.jspdf...

Weird! Considering it is a permission error - could it perhaps be that internet permission flag is needed in the Mac xcode project? Unlikely perhaps though considering the xcode project...

Weird! I've not seen that error myself. Let me know if you found a solution.

We started seeing the same thing recently. Can reproduce every time with live payments using Swish with both version 0.37.3 and now with the latest 0.38.1. For the user it...

I checked now and already had the latest `23.27.6` iOS SDK. Stripe react native SDK has `'~> 23.27.0'` as version constraint so `pod update` will get you the latest `23.27.6`....