Antonio Zoccoli
Antonio Zoccoli
Hi, I'm jut trying to write a KrakenD gateway config, but I'm facing a really strange behaviour. This is the config I'm trying to implement { ..... "endpoints": [ {...
Hi, I was trying the tests in the test/ dir but as i started it gives me an error, in particular it says that TypeError: undefined is not a function...
I'm running on Mac OS X 10.6, and i'm trying to create a small test server with node.js to encode video receiving frames from a client, but when I require...
The Struct extrusion had a conflict name with the returned element so extruding a Struct will only extrude the models in the Struct and not the other structs within it.
/** * STRUCT * * @param {Array} items * @return {plasm.Model} * @api public */ fun.STRUCT = function (items) { var transformations = function (o) {return o;}; var objects =...
When executing clean goal all contents under charts folder is deleted, including local subcharts ```java @Override public void execute() throws MojoExecutionException { if (skip || skipClean) { getLog().info("Skip clean"); return;...