Daemach

Results 9 comments of Daemach

The layer wasn't working because the CI/CD process builds a zip within a zip. Extracting the inner zip file and using that as the Lambda layer seems to have worked....

@redtopia no argument here. I was just being lazy, but figured this might pop up in other cases as well.

I think it could be as simple as http://cflint.com/r/#ARG_DEFAULT_MISSING (if you have url rewriting enabled) in the rule description but it would be very nice to have more explanation about...

FWIW, I think Razvan added this functionality to the main build already. https://quasar.dev/vue-components/table#defining-the-columns // body td: style: 'width: 500px', // or as Function --> style: row => ... (return String/Array/Object)...

The error does come from download. I commented that out because I don't need it. I just need upload, but upload not working. Here's what I get on the server...

That is a very useful tool. Thanks for providing it. After commenting out the download section it's no longer erroring. I'm only interested in the upload portion which is not...

I'm sorry, I figured out the problem with the file. It is now transferring but the webserver is giving a 404 because the POST headers are not correct. I am...

udh.upload("http://d.thcguard.com:80/index.cfm", "test.pdf", myFile.size(), rdataf, progressf, responsef); (added port) doesn't work either... See https://www.w3schools.com/tags/ref_httpmethods.asp >The data sent to the server with POST is stored in the request body of the HTTP...