Walid Shouman
Walid Shouman
Keeping some settings untouched shall be done with a check for each setting whether it's configured for the task or not. This could be implemented by eliminating the use of...
Thanks @neinseg for the Makefile I've had to do the following modifications to make it work - Use tabs instead of spaces - Add clean target - Update the flash...
Changing a job's description should literally change the job's description not its `All view`'s description. Otherwise, if one had important details attached to this view's description it would get wiped...
Indeed, running the following command modifies the `All view`'s description too ``` curl -s -XPOST 'http:localhost/PATH/TO/JOB/submitDescription' --data "description=New Description" -H "application/x-www-form-urlencoded" -u "USERNAME:PASSWORD" ```
this fix made it work for me
Hello @ankitpokhrel, `XDG_CONFIG_HOME` would require having multiple dirs to have multiple configurations, while the `-c` flag allows having multiple configurations even in the same directory, I currently work around that...
**Workaround** I had to downgrade `yo` to get it working, for example ``` npm install -g [email protected] generator-generator ```
The issue is still relevant