Adrian Caneva
Results
2
issues of
Adrian Caneva
[Socially - Angular 1] Hi, Don´t know if this is an issue, but following the tutorial couldn´t get images order to be persisted after sorting in the view. My take...
[Socially Angular1] Hi, As `readAsArrayBuffer` is deprecated, I´ve adjusted `imports/api/images/methods.js` to: ``` export function upload(dataUrl, name, resolve, reject) { // convert to Blob const data = dataURLToBlob(dataUrl); data.name = name;...