anark

Results 19 comments of anark

:+1: This makes capybara-select2 work with poltergeist. Thank You

Sure, In my specific application I need to respect the order in which customers upload files. For example if they upload file A and then File B, I need file...

I don't think that a single file at a time should be the default, and I do think that the ability to limit the number of chunks batched at a...

Hi there, It looks like golden retriever now supports ghosts! Is there a way to use Golden Retriever with S3 multipart now? When I try the uploads show(and are not...

Hi there, Looking into this I believe files should also have a webkitRelativePath set. If you are handling uploaded folders you will need to be checking the items that are...

I'm trying to help with this. It seems the simplest solution would be to fix the upload fixtures so they return the correct information on when `webkitGetAsEntry`(https://wicg.github.io/entries-api/#dom-datatransferitem-webkitgetasentry) is called on...

I believe the reason that `webkitGetAsEntry` is null is because the drag item is stuck in `protected` mode. This data is only accessible on the drop event(not drag or drag...

Hey @C3PablO , This is great, but it would be so awesome if we could extract your mocks into this plugin in some way. I've setup an example and gotten...

It would be great if the args were exposed. Currently you can parse the storedFieldName as follows ```const args = JSON.parse(storeFieldName.replace(`${fieldName}:`, ''))``` but it would be much better if there...