Jake Lee

Results 18 comments of Jake Lee

Temporary fix is to use my fork, which has been raised as a pull request: `cordova plugin add https://github.com/JakeSteam/FabricPlugin --variable FABRIC_API_KEY=XXX --variable FABRIC_API_SECRET=xxx`

You could also check the database cache first for results, to improve load times, and invalidate the cache after 7 days or so? Would help for commonly requested apps.

@Chameleon87 From this API one big string, all smooshed together. As for the original source, I'm afraid I don't know anything about it.

@lfgcampos Unfortunately v6 doesn't fix it. [Here's a v4 run](https://github.com/JakeSteam/blog-personal/actions/runs/7945261894/job/21691710107), [here's a v6 run](https://github.com/JakeSteam/blog-personal/actions/runs/7945295873/job/21691790015). Here's the error that was previously shown: > An error occurred trying to start process '/home/runner/runners/2.313.0/externals/node16/bin/node'...

Limiting the variable length within the `.yml` file is an acceptable workaround. I was only running a one-off job so just used an empty body & echo'd the markdown so...

Or `app:donut_circle_starting_degree="270"` in XML. Note that 0 = 3 o'clock, so 180 = 9 o'clock, etc.

@araratthehero Thanks for the quick reply, those look good! It's a holiday here until next Tuesday, so will give those a try and get back to you next week 🙂

@jreij Apologies! Yes, using the 3DS test cards and tweaking a few things on our backend resolved the issue, and the implementation worked perfectly 🙂

@worker8 The Travis build is clearly broken, maybe the repo needs more pull requests merging regardless?

Whilst not having empty methods is presumably a good idea, throwing 5+ errors during every normal operation is also not great. -1