jaaywags

Results 31 comments of jaaywags

This might be partially resolved with PR #134. It will assign hotkeys ctrl+0-9 to the first 10 labels or tags.

This would resolve Issues #211 #207

I have a solution. Pretty simple. It requires manually changing the package though. 1. Open Atom 2. Go to "Packages" tab 3. Click "Settings View" 4. Click "Manage Packages" 5....

I had the same issue. I ended up hosting the image remotely and accessing it that way. Might not be the solution you are looking for but it is a...

I would be willing to make the code change, I just get a bit lost on how to go from stripe-react-native to the StripeSdk. I followed the call [all the...

@thorsten-stripe Hi, thank you for getting back to me. Creating a subscription does not always create a PaymentIntent. For example, if a customer has credit, that credit is applied to...

For android 33, I did this `PermissionsAndroid.request('android.permission.POST_NOTIFICATIONS');` I get a red line saying > Argument of type '"android.permission.POST_NOTIFICATIONS"' is not assignable to parameter of type 'Permission' But it still works...

I got this to work by enabling virtualization in BIOS. I have a AMD Ryzen 5 CPU and a gigabyte motherboard. 1. Restart your computer 2. On the boot up...

> Running `pkill -f '.*GradleDaemon.*'` whenever I encounter it does the trick. This worked for me on my M3 Mac Literally tried all the other suggestions on here. I also...