Tim Volckmann
Tim Volckmann
I've a main.js and a main-serve.js file. The main.js contains the following: ```js const args = require('args') args .option('port', 'The port on which the app will be running', 3000) .command('serve',...
I'm not sure if it's a bug or feature, but other operators like the ECK are deleting the PVC's when I delete the stateful set. So it would be great...
Using the style-parameter, we can define a custom style for each node, but how can I set the font color? I already tried to use "color: red", "font-color: red" and...
Sorry for my ignorance, but how can I exclude a specific field from being exported? In my case, I want exclude the "_id" field because it's automatically generated. Is it...
I'm using Node.js 16.14.2 and pCloud SDK 2.0.0. My script is the following: ``` const client = pcloud.createClient('bx...........................7y'); const { upload } = client; try { upload('somefile.pdf', 0, { onBegin:...
I want "rebuild" the course-presentation using the h5p-cli, but it seems that there're some libraries missing. To rebuild the package, I run the following commands: ``` /h5p # h5p get...