William Rusnack

Results 93 comments of William Rusnack

looks like the package even includes release files https://github.com/adrai/flowchart.js/blob/master/release/flowchart.min.js

Enjoy vacation. I was putting a feeler if you were ok with this method. It should probably be applied to all files in vendors.

@niksajanjic Did you manage to implement the the best solution presented in this thread? Ref: `const file = new File('../fixtures/files/test-image.png');` Or something similar to it? Best

@domenic Seems to be a bit of dissent in that twitter post on the issue

@domenic Ok, I've set up the basic start to this. Not all the checks are there but it is essentially what @niksajanjic was talking about. createFile ```javascript function createFile(file_path) {...

@niksajanjic Thanks for your update. I'm working on the solution that you proposed and it seems to be working (see above code), but I think it unlikely to be added...

Created a simple helper script that solves this issue until the jsdom project comes up with a solution. https://bitbucket.org/william_rusnack/addfilelist/src/master/ Add one file: ```javascript const input = document.querySelector('input[type=file]') addFileList(input, 'path/to/file') ```...

@TheCycoONE https://bitbucket.org/william_rusnack/addfilelist/src/master/

Any changes with this?