Liam Read
Liam Read
+1 I agree we've been having lots of issues getting the dll's to load and adding custom assembly is not ideal if it can be managed through nuget.
@farnabaz Is there a chance you could look into this? I looked for alternatives to this package but nothing really comes close and hacking `vue-svgicon` to work feels like a...
I'm on windows 10 so that could explain something :-) They appear on my main desktop (Monitor 2 of 3)
@xyrintech add ``` else if (output.type === 'done') { console.log(output); } ``` to make ``` onUploadOutput(output: UploadOutput): void { if (output.type === 'allAddedToQueue') { // when all files added in...
@xyrintech If you upload your server or a minimal remake of the problem I'll happily test it for you.
@xyrintech I tested your website and checked the headers which seem to be fine, I'm concerned that you are getting more than one uploading event even though I'm only uploading...
You haven't defined $ as jQuery in the window object.
I'm very interested in this becoming a thing, furthermore If it can be successfully built using electron builder , I'll try and integrate my existing vue-electron app and share notes...
This should be added as an example directly on the npm and or github page.
I'm running something close to the demo but replicated across 14 or so mailboxes and I don't even have close to what your running into, this is likely something to...