VirusTotalNet
VirusTotalNet copied to clipboard
A full implementation of the VirusTotal 2.0 API
Signed-off-by: Paulo Lopes The current vert.x template is using a no longer supported version of vert.x. This PR modernizes it and tries to address a few usability issues: 1. The...
## My actions before raising this issue - [x] Followed the [troubleshooting guide](https://docs.openfaas.com/deployment/troubleshooting/) - [x] Read/searched [the docs](https://docs.openfaas.com/) - [x] Searched [past issues](/issues) ## Expected Behaviour I am currently experimenting...
## Description The pip cache is created during the Docker build and it might occupy around 50MB. The cache is not needed for running the application. ## Motivation and Context...
It would be nice to be able to add packages without having to change the template. That way when the template gets updated (like an update to the base image...
## Expected Behaviour When building a function using the `java11-vert-x` template, i should be able to access the HTTP request body from the `RoutingContext` object. ## Current Behaviour Recovering body...
I want to submit a template but i am not sure about its correctness. Is there any way to build a function from my own template so I can test...
why faas-cli not supporting java8 template. when i try to create a function with the below command faas-cli new --lang java8 new-function its throwing an error like java8 is unavailable...
Signed-off-by: Paulo Lopes The template was using an old version of vert.x and the handler should not implement the BodyHandler interface as it does not mean that you will get...
JAVA LTS Maven Support ## Expected Behaviour Most of the java projects use maven as their build tool. There should be java template using maven for openfaas functions ## Current...
## Expected Behaviour Changing the status code of the response with `res.setStatusCode(212)` (similar to `res.setBody()`) should be possible. ## Current Behaviour Changing the status code doesn't change the response's status...