TheNewSound
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.
Not a really vulnerability
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...