JT Houk
JT Houk
## Workaround: ````javascript const AwesomeQR = require('awesome-qr'); const {Image} = require('awesome-qr/node_modules/canvas'); const backgroundImage = new Image(); backgroundImage.src = path.resolve(__dirname, '../src/assets/logos/akkadu-logo-outer-solid-100.png'); console.log('---->', backgroundImage); // returns [Image:100x101 /Users/terminallychill/Sites/Akkadu/Akkadu_Cloud_Presentation/src/assets/logos/akkadu-logo-outer-solid-100.png complete] const image =...
For those still coming to this issue, while sourcerer.io is ending its service in March, a decent alternative as suggested [here](https://github.com/sourcerer-io/sourcerer-app/issues/640#issuecomment-762570024) is to use [codersrank.io](https://codersrank.io) instead.
Thanks for the response, using an LRU is almost what I need, however it's not always appropriate. I'm not sure if there are any protections for recently **created** keys, and...
No thank you for the awesome theme! Been looking ages for something decent
Accessing the fileName value in the fileMeta object from within this.on('sending', ()=>{}) seems to work for me: ``` $('#myDropzone').dropzone({ const date = new Date().getTime(); init() { // Send file starts...