TheNewSound

Results 7 comments of TheNewSound

I don't know if I understand the problem correctly but maybe #147 is also a fix for this?

Also enables to use JSON strings directly as key in Lang functions. Aka `Lang.get('Welcome to this website!') ` instead of `Lang.get('strings.Welcome to this website!')`

can confirm this is happening on PHP7.1, on PHP5 everything works as expected.

What I described was a performance optimization suggestion/question.

Since I am on a tight schedule, I currently solved this problem with the following (not using .npy file format): Export in javascript: ```javascript const array = new Float32Array([1,2,3,4]); const...

> @TheNewSound > > thanks for this, it mostly looks good. however when testing ideal, i see an issue: > > The payment method selected does not accept recurring payments....